mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-03 14:02:54 +08: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:
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"]
|
||||
}
|
||||
Reference in New Issue
Block a user