Skip to content

Commit

Permalink
fix(ignore): ignore yarn lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Feb 20, 2017
1 parent 7b94179 commit d5fd5c5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules
npm-debug.log

coverage
lib/*.js
test/*.js
node_modules
npm-debug.log

yarn.lock

coverage
lib/*.js
test/*.js

0 comments on commit d5fd5c5

Please sign in to comment.