Skip to content

Commit d71c806

Browse files
committed
More precise gitignore patterns
1 parent 3e40975 commit d71c806

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

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

tests/crate/.gitignore

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

0 commit comments

Comments
 (0)