mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
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:
parent
ef83f2beeb
commit
9bb8e4fe2a
1 changed files with 6 additions and 0 deletions
6
.watchmanconfig
Normal file
6
.watchmanconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"enforce_root_files": true,
|
||||
"root_files": [".watchmanconfig"],
|
||||
"ignore_dirs": ["target"],
|
||||
"ignore_vcs": [".git", ".sl", ".jj", ".hg"]
|
||||
}
|
Loading…
Reference in a new issue