mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +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
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…
x
Reference in New Issue
Block a user