mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 04:28:19 +00:00
ignore tmp files
This commit is contained in:
parent
a3f8c809a0
commit
fbd36b58e5
@ -117,7 +117,7 @@ class Watch {
|
|||||||
this.logger.trace(files);
|
this.logger.trace(files);
|
||||||
|
|
||||||
let configWatcher = chokidar.watch(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);
|
this.fileWatchers.push(configWatcher);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user