Skip to content

Commit

Permalink
gitignore: Add ignores for flat nock subdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Oct 21, 2015
1 parent 224cb27 commit fb4f3e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,18 @@ npm-debug.log
/node_modules/xtend/
/node_modules/y18n/
/node_modules/yargs/

# required by nock
/node_modules/assertion-error/
/node_modules/chai/
/node_modules/core-util-is/
/node_modules/debug/
/node_modules/deep-eql/
/node_modules/isarray/
/node_modules/lodash/
/node_modules/ms/
/node_modules/process-nextick-args/
/node_modules/propagate/
/node_modules/string_decoder/
/node_modules/type-detect/
/node_modules/util-deprecate/

0 comments on commit fb4f3e5

Please sign in to comment.