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 e1d9b49 commit 7d6c3b4Copy full SHA for 7d6c3b4
lib/utils.js
@@ -298,7 +298,7 @@ module.exports.walk = function (dir, options) {
298
299
if (!options.exception) {
300
301
- options.exception = /\.git|\.min|node_modules|bower_components|test|gruntfile|gulpfile/i;
+ options.exception = /\/(\.git|node_modules|bower_components|test(s)?|gruntfile\.js|gulpfile\.js)$|\.min/i;
302
303
}
304
0 commit comments