Skip to content

Commit

Permalink
fix: add yarn gitignores (facebook#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 Daniel Figueiredo committed Feb 22, 2017
1 parent 062580f commit 189afb3
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,6 +5,8 @@ build
my-app*
template/src/__tests__/__snapshots__/
lerna-debug.log
npm-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.changelog
.idea/
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 189afb3

Please sign in to comment.