Skip to content

Commit 64a8808

Browse files
authored
fix: gitignore need not use . in path
1 parent 4cd2cc5 commit 64a8808

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
./build
2-
./**/build
1+
build
2+
/**/build
3+
.DS_Store
4+
node_modules

0 commit comments

Comments
 (0)