other: exclude more files in Cargo.toml

This commit is contained in:
ClementTsang 2022-11-05 01:00:33 -04:00
parent ec21306f55
commit 342d0da729
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
1 changed files with 10 additions and 3 deletions

View File

@ -13,14 +13,21 @@ readme = "README.md"
default-run = "btm"
build = "build.rs"
exclude = [
".all-contributorsrc",
".cargo-husky/",
".github/",
".markdownlint.json",
"assets/",
"codecov.yml",
"deployment/",
"docs/",
"sample_configs/",
".all-contributorsrc",
".cirrus.yml",
".markdownlint.json",
"CHANGELOG.md",
"clippy.toml",
"codecov.yml",
"CONTRIBUTING.md",
"Cross.toml",
"rustfmt.toml",
]
[[bin]]