Skip to content

Commit b65c0e5

Browse files
authored
add exclude field to cargo package section (#18)
1 parent 9670118 commit b65c0e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ edition = "2021"
1010
readme = "./README.md"
1111
license = "MIT"
1212
repository = "https://github.com/onecodex/mmap-bitvec"
13-
13+
exclude = [
14+
".github/",
15+
".gitignore"
16+
]
1417

1518
[dependencies]
1619
memmap2 = "0.5"

0 commit comments

Comments
 (0)