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 a3291f2 commit d5e23f1Copy full SHA for d5e23f1
lib/doxdox.js
@@ -7,9 +7,9 @@ const globby = require('globby');
7
const loaders = require('./loaders');
8
9
const DEFAULT_IGNORE_PATHS = [
10
- '!**/{node_modules,bower_components,test}/**',
11
- '!**/Gruntfile.js',
12
- '!**/Gulpfile.js'
+ '!./{node_modules,bower_components,test}/**',
+ '!./Gruntfile.js',
+ '!./Gulpfile.js'
13
];
14
15
const REPLACE_FILENAME_REGEXP = new RegExp(`${process.cwd()}/|./`);
0 commit comments