other: exclude more files in Cargo.toml
This commit is contained in:
parent
ec21306f55
commit
342d0da729
13
Cargo.toml
13
Cargo.toml
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue