Skip to content

Commit ea42e52

Browse files
committed
Refactor .gitignore
1 parent 27b98ea commit ea42e52

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
2-
node_modules
3-
tmp
4-
*.log*
5-
coverage
6-
.nyc_output
2+
*.log
3+
.nyc_output/
4+
coverage/
5+
node_modules/

0 commit comments

Comments
 (0)