Skip to content

Commit

Permalink
Add more cargo excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Jul 17, 2019
1 parent d773309 commit ce470f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ce470f8

Please sign in to comment.