From ce470f84bfdd71a8bfb728ea329e62efe9c2253e Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Wed, 17 Jul 2019 00:13:38 -0400 Subject: [PATCH] Add more cargo excludes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4087673..5f9a1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" keywords = ["cli", "task", "command", "make", "markdown"] categories = ["command-line-interface", "command-line-utilities", "development-tools::build-utils", "parser-implementations"] edition = "2018" -exclude = ["maskfile.md"] +exclude = ["maskfile.md", ".gitignore", "CHANGELOG.md", "test/**"] license = "MIT" [lib]