Skip to content

Commit

Permalink
gitignore: Add ignores for flat npm-registry-mock subdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Oct 21, 2015
1 parent 85c6f30 commit 319d8a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,12 @@ npm-debug.log
/node_modules/watch/
/node_modules/wordwrap/
/node_modules/xtend/

# required by npm-registry-mock
/node_modules/core-util-is/
/node_modules/hock/
/node_modules/isarray/
/node_modules/process-nextick-args/
/node_modules/string_decoder/
/node_modules/util-deprecate/
/node_modules/util-extend/

0 comments on commit 319d8a0

Please sign in to comment.