Skip to content

Commit

Permalink
cargo: exclude .github from the packages
Browse files Browse the repository at this point in the history
PR #32
  • Loading branch information
erickt authored and BurntSushi committed Jan 21, 2020
1 parent 193aa9d commit eb2c93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["string", "str", "byte", "bytes", "text"]
license = "MIT OR Apache-2.0"
categories = ["text-processing", "encoding"]
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
exclude = ["/.github"]

[badges]
travis-ci = { repository = "BurntSushi/bstr" }
Expand Down

0 comments on commit eb2c93d

Please sign in to comment.