Skip to content

Commit 2a183c6

Browse files
authored
other: exclude some files in Cargo.toml (#759)
Excludes unnecessary files from being included in `Cargo.toml`. This mostly consists of files like mkdocs and asset files for the README.
1 parent 9116f52 commit 2a183c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ documentation = "https://clementtsang.github.io/bottom/stable"
1212
readme = "README.md"
1313
default-run = "btm"
1414
build = "build.rs"
15+
exclude = [
16+
".all-contributorsrc",
17+
".github/",
18+
".markdownlint.json",
19+
"assets/",
20+
"codecov.yml",
21+
"deployment/",
22+
"docs/",
23+
"sample_configs/"
24+
]
1525

1626
[[bin]]
1727
name = "btm"

0 commit comments

Comments
 (0)