Skip to content

Commit

Permalink
other: exclude some files in Cargo.toml (#759)
Browse files Browse the repository at this point in the history
Excludes unnecessary files from being included in `Cargo.toml`. This mostly consists of files like mkdocs and asset files for the README.
  • Loading branch information
ClementTsang committed Jun 29, 2022
1 parent 9116f52 commit 2a183c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ documentation = "https://clementtsang.github.io/bottom/stable"
readme = "README.md"
default-run = "btm"
build = "build.rs"
exclude = [
".all-contributorsrc",
".github/",
".markdownlint.json",
"assets/",
"codecov.yml",
"deployment/",
"docs/",
"sample_configs/"
]

[[bin]]
name = "btm"
Expand Down

0 comments on commit 2a183c6

Please sign in to comment.