We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56f4ae commit 42c43e1Copy full SHA for 42c43e1
lib/utils.js
@@ -64,7 +64,7 @@ module.exports.walk = function (dir, opts) {
64
}
65
66
if (!opts.exception) {
67
- opts.exception = /\.git|\.min|node_modules|test|gruntfile/i;
+ opts.exception = /\.git|\.min|node_modules|bower_components|test|gruntfile|gulpfile/i;
68
69
70
if (fs.existsSync(dir) && fs.statSync(dir).isDirectory()) {
0 commit comments