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.
2 parents a6c28d0 + 5e4917e commit ffedcacCopy full SHA for ffedcac
lib/cfg.js
@@ -29,7 +29,7 @@ module.exports = function (main, opts) {
29
if (opts.notify === false) c.notify = false;
30
}
31
32
- var ignoreWatch = ([]).concat(opts && opts['ignore-watch'] || []);
+ var ignoreWatch = ([]).concat(opts && opts['ignore-watch'] || []).concat(c.ignore || []);
33
ignoreWatch.length && console.log('Ignore watch:', ignoreWatch)
34
var ignore = ignoreWatch.concat(ignoreWatch.map(resolvePath));
35
return {
0 commit comments