mirror of
https://github.com/serde-rs/json.git
synced 2025-09-28 05:21:09 +00:00
More precise gitignore patterns
This commit is contained in:
parent
4134f119c0
commit
87f78da0f5
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
target/
|
||||
Cargo.lock
|
||||
/target/
|
||||
/Cargo.lock
|
||||
|
9
fuzz/.gitignore
vendored
9
fuzz/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
artifacts/
|
||||
corpus/
|
||||
coverage/
|
||||
target/
|
||||
/artifacts/
|
||||
/corpus/
|
||||
/coverage/
|
||||
/target/
|
||||
/Cargo.lock
|
||||
|
2
tests/crate/.gitignore
vendored
Normal file
2
tests/crate/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target/
|
||||
/Cargo.lock
|
Loading…
x
Reference in New Issue
Block a user