Skip to content

Commit 417157e

Browse files
committed
More precise gitignore patterns
1 parent 4bb0ba0 commit 417157e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
_book/
2-
node_modules/
3-
package-lock.json
1+
/_book/
2+
/node_modules/
3+
/package-lock.json

_skeptic/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Cargo.lock
2-
target/
1+
/Cargo.lock
2+
/target/

0 commit comments

Comments
 (0)