We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967949d commit 924bda8Copy full SHA for 924bda8
1 file changed
index.js
@@ -43,7 +43,7 @@ module.exports.load = function (opts, cb) {
43
if (opts.ignore) ignore = ignore.concat(opts.ignore)
44
45
var deglobOpts = {
46
- ignore: ignore,
+ ignore,
47
cwd: opts.cwd || process.cwd(),
48
useGitIgnore: true,
49
usePackageJson: true,
0 commit comments