Skip to content

Commit

Permalink
fix: add wildcard to npm-debug.log ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson committed Feb 11, 2017
1 parent d663459 commit 539c618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build
my-app*
template/src/__tests__/__snapshots__/
lerna-debug.log
npm-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.changelog
2 changes: 1 addition & 1 deletion packages/react-scripts/template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# misc
.DS_Store
.env
npm-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit 539c618

Please sign in to comment.