diff --git a/.watchmanconfig b/.watchmanconfig new file mode 100644 index 0000000000..c3c517c66f --- /dev/null +++ b/.watchmanconfig @@ -0,0 +1,6 @@ +{ + "enforce_root_files": true, + "root_files": [".watchmanconfig"], + "ignore_dirs": ["target"], + "ignore_vcs": [".git", ".sl", ".jj", ".hg"] +}