Skip to content

Commit 539c618

Browse files
fix: add wildcard to npm-debug.log ignore
1 parent d663459 commit 539c618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build
55
my-app*
66
template/src/__tests__/__snapshots__/
77
lerna-debug.log
8-
npm-debug.log
8+
npm-debug.log*
99
yarn-debug.log*
1010
yarn-error.log*
1111
/.changelog

packages/react-scripts/template/gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# misc
1313
.DS_Store
1414
.env
15-
npm-debug.log
15+
npm-debug.log*
1616
yarn-debug.log*
1717
yarn-error.log*
1818

0 commit comments

Comments
 (0)