exclude fuzz folder from cargo
This commit is contained in:
parent
19cb3117eb
commit
df6937ade1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "git-config"
|
|||
version = "0.1.0"
|
||||
authors = ["Edward Shen <code@eddie.sh>"]
|
||||
edition = "2018"
|
||||
exclude = ["fuzz/**/*", ".vscode/**/*"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Reference in a new issue