Skip to content

Commit

Permalink
build: exclude some paths from crate
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jpgrayson committed Feb 18, 2024
1 parent 08010fe commit a019159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ homepage = "https://stacked-git.github.io/"
repository = "https://github.com/stacked-git/stgit"
keywords = ["git", "vcs", "cli", "utility"]
categories = ["development-tools"]
exclude = ["/.github", "Documentation/", "/t", "/contrib/release", "/contrib/wix"]

[[bin]]
bench = false
Expand Down

0 comments on commit a019159

Please sign in to comment.