🐛 Enable hidden file but .DS_Store
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"max_file_size": 99999,
|
"max_file_size": 99999,
|
||||||
"exclude" :
|
"exclude" :
|
||||||
[
|
[
|
||||||
|
"**/.DS_Store",
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
"vendors/**"
|
"vendors/**"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ class Watcher
|
|||||||
this.watcher = chokidar.watch(
|
this.watcher = chokidar.watch(
|
||||||
process.cwd(),
|
process.cwd(),
|
||||||
{
|
{
|
||||||
ignored : /[\/\\]\./,
|
// ignored : /[\/\\]\./,
|
||||||
ignoreInitial: true
|
ignoreInitial: true
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user