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 gaearon committed Feb 11, 2017
1 parent 3147813 commit 3c10925
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 3c10925

Please sign in to comment.