Skip to content

Commit

Permalink
feat(fsmonitor): add .watchmanconfig to repo
Browse files Browse the repository at this point in the history
This identifies the directory as Watchman-enabled. Additional config settings can go in this file. The contents of this file are based on https://github.com/thoughtpolice/buck2-nix/blob/fb8ed41881c481d4c876a8eb8c619cf25f3f077f/.watchmanconfig.
  • Loading branch information
arxanas committed Jul 8, 2023
1 parent ef83f2b commit 9bb8e4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"enforce_root_files": true,
"root_files": [".watchmanconfig"],
"ignore_dirs": ["target"],
"ignore_vcs": [".git", ".sl", ".jj", ".hg"]
}

0 comments on commit 9bb8e4f

Please sign in to comment.