Skip to content

Commit

Permalink
gitignore: Don't track yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Nov 10, 2016
1 parent b846d2d commit 699bdb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ gh-pages/
misc/
node_modules/
npm-debug.log
yarn.lock
.ipynb_checkpoints/
.ropeproject/
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ test/
misc/
node_modules/
npm-debug.log
yarn.lock

.ipynb_checkpoints/
.ropeproject/

0 comments on commit 699bdb0

Please sign in to comment.