mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-29 08:34:36 +02:00
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"
|
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]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user