Skip to content

Commit 2a868fe

Browse files
committed
exclude CI files from the package
1 parent dff8e50 commit 2a868fe

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
@@ -11,6 +11,7 @@ repository = "https://github.com/rust-num/num-derive"
1111
version = "0.2.4"
1212
readme = "README.md"
1313
build = "build.rs"
14+
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
1415

1516
[dependencies]
1617
proc-macro2 = "0.4.2"

0 commit comments

Comments
 (0)