Skip to content

Commit 1e7e242

Browse files
committed
fix .gitignore
1 parent 2e3abea commit 1e7e242

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
node_modules
2-
.cache
3-
dist
4-
out
5-
test/diffs
6-
*.bat
7-
package-lock.json
1+
/node_modules
2+
/.cache
3+
/dist
4+
/out
5+
/test/diffs
6+
/*.bat
7+
/package-lock.json

0 commit comments

Comments
 (0)