feat(fsmonitor): add .watchmanconfig to repo

This identifies the directory as Watchman-enabled. Additional config settings can go in this file. The contents of this file are based on fb8ed41881/.watchmanconfig.
This commit is contained in:
Waleed Khan 2023-07-01 17:40:24 -07:00
parent ef83f2beeb
commit 9bb8e4fe2a

6
.watchmanconfig Normal file
View File

@ -0,0 +1,6 @@
{
"enforce_root_files": true,
"root_files": [".watchmanconfig"],
"ignore_dirs": ["target"],
"ignore_vcs": [".git", ".sl", ".jj", ".hg"]
}