Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Revert "Revert "Ignore non first level node_modules""
Browse files Browse the repository at this point in the history
This reverts commit ecc6d00.
  • Loading branch information
bbondy authored and bridiver committed Apr 4, 2017
1 parent ece3db6 commit 5b4cb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ module.exports = [
'sqlite3',
'uglify-js',
'webdriverio',
'webpack-dev-server'
'webpack-dev-server',
'node_modules/.*/node_modules'
]

0 comments on commit 5b4cb31

Please sign in to comment.