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

View File

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