宇山

Results 2 comments of 宇山

Maybe just add this lines(lib/file-watch.js): ``` nodejs module.exports = function fileWatch (glob, opt) { opt = assign({ ignored: opt.config.ignored || ignores, // add this ignoreInitial: true }, opt); ```

You may just add to `ignored` to your `.devtoolrc` file, like: ``` { "ignored": ["tests/*.test.js"] } ``` And modify `lib/file-watch.js` file like this: [https://github.com/Jam3/devtool/pull/87](https://github.com/Jam3/devtool/pull/87)