Skip to content

Commit 9ab6709

Browse files
committed
fix .gitignore
1 parent dde3567 commit 9ab6709

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

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

0 commit comments

Comments
 (0)