mirror of https://github.com/embarklabs/embark.git
ignore tmp files
This commit is contained in:
parent
a3f8c809a0
commit
fbd36b58e5
|
@ -117,7 +117,7 @@ class Watch {
|
|||
this.logger.trace(files);
|
||||
|
||||
let configWatcher = chokidar.watch(files, {
|
||||
ignored: /[\/\\]\./, persistent: true, ignoreInitial: true, followSymlinks: true
|
||||
ignored: /[\/\\]\.|tmp_/, persistent: true, ignoreInitial: true, followSymlinks: true
|
||||
});
|
||||
this.fileWatchers.push(configWatcher);
|
||||
|
||||
|
|
Loading…
Reference in New Issue