mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
add watchman config file for fast fuzzy find
This commit is contained in:
parent
871eb524ec
commit
a04dca2755
1 changed files with 13 additions and 0 deletions
13
.watchmanconfig
Normal file
13
.watchmanconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ignore_dirs": [
|
||||
"build",
|
||||
"apm/node_modules",
|
||||
"node_modules",
|
||||
"src/K2/node_modules",
|
||||
"src/K2/packages/local-sync/node_modules",
|
||||
"src/K2/packages/isomorphic-core/node_modules",
|
||||
"src/K2/packages/cloud-api/node_modules",
|
||||
"src/K2/packages/cloud-workers/node_modules",
|
||||
"src/K2/packages/cloud-core/node_modules"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue