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