Skip to content

Commit 5f88dac

Browse files
committed
simpler ignore rule for npm-debug logs
1 parent 1563c1b commit 5f88dac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
/public/assets
1818
.env
1919
node_modules
20-
npm-debug.log
21-
client/npm-debug.log*
20+
npm-debug.log*
2221
/coverage
2322

2423
# Ignore bundle dependencies

0 commit comments

Comments
 (0)