Skip to content

Commit 4fa7acb

Browse files
committed
More precise gitignore patterns
1 parent b1e2848 commit 4fa7acb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/node_modules
1+
/node_modules/
22
/package-lock.json
33
/package.json
4-
/target
5-
Cargo.lock
4+
/target/
5+
/Cargo.lock

fuzz/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/artifacts
2-
/corpus
3-
/target
1+
/artifacts/
2+
/corpus/
3+
/target/
4+
/Cargo.lock

0 commit comments

Comments
 (0)