Skip to content

Commit 1284204

Browse files
committed
Exclude .* in the crates.io package.
Exclude the .github, .rustfmt.toml, .travis.yml, and other dotfiles from the crates.io package.
1 parent ebb085c commit 1284204

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
@@ -12,6 +12,7 @@ categories = ["filesystem", "network-programming"]
1212
repository = "https://github.com/bytecodealliance/cap-std"
1313
edition = "2018"
1414
publish = false
15+
exclude = ["/.*"]
1516

1617
[dev-dependencies]
1718
async-std = { version = "1.10.0", features = ["attributes"] }

0 commit comments

Comments
 (0)