Skip to content

Commit a019159

Browse files
committed
build: exclude some paths from crate
The crate only has the capability to build a `stg` executable. As such, much of the content of the repository is not useful in the crate distribution. Excluding documentation, tests, and a few other ancilliary directories shrinks the crate considerably.
1 parent 08010fe commit a019159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ homepage = "https://stacked-git.github.io/"
1313
repository = "https://github.com/stacked-git/stgit"
1414
keywords = ["git", "vcs", "cli", "utility"]
1515
categories = ["development-tools"]
16+
exclude = ["/.github", "Documentation/", "/t", "/contrib/release", "/contrib/wix"]
1617

1718
[[bin]]
1819
bench = false

0 commit comments

Comments
 (0)