jj/.watchmanconfig
Waleed Khan 9bb8e4fe2a 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.
2023-07-08 18:48:14 +03:00

7 lines
146 B
JSON

{
"enforce_root_files": true,
"root_files": [".watchmanconfig"],
"ignore_dirs": ["target"],
"ignore_vcs": [".git", ".sl", ".jj", ".hg"]
}