Skip to content

Commit

Permalink
fix: add yarn gitignores (#1507)
Browse files Browse the repository at this point in the history
* fix: add yarn gitignores to template

* fix: add yarn gitignores to root

* fix: add wildcard to npm-debug.log ignore
  • Loading branch information
AndersDJohnson authored and gaearon committed Feb 11, 2017
1 parent 7556997 commit b0b0e6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +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
5 changes: 4 additions & 1 deletion packages/react-scripts/template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
# misc
.DS_Store
.env
npm-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit b0b0e6d

Please sign in to comment.