Skip to content

Commit 7a40545

Browse files
committed
Proper format for gitignoring folders
1 parent 4cad4e2 commit 7a40545

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/coverage
2-
/dist
3-
/node_modules
4-
/scratch
1+
coverage/
2+
dist/
3+
node_modules/
4+
scratch/
55

66
.DS_Store
77
.vscode

0 commit comments

Comments
 (0)