Skip to content

Commit

Permalink
🔧 misc(Cargo.toml): exclude more unneeded directories
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 5, 2024
1 parent 4bfbf45 commit 76b21c4
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 @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["git", "commit", "lint", "conventional-commits", "cli"]
categories = ["command-line-utilities", "development-tools"]
repository = "https://github.com/welpo/git-sumi"
exclude = ["artifacts", "website", "target", "pypi", ".github"]
exclude = ["artifacts", "website", "target", "pypi", ".github", "tests", "release", "cliff.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "sumi.toml", ".gitignore"]

[dependencies]
clap = { version = "4", features = ["derive", "env"] }
Expand Down

0 comments on commit 76b21c4

Please sign in to comment.