From ab3a3ddff68b4bec9313ebd296325dd2c94e958c Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 11 Oct 2016 18:09:06 -0700 Subject: [PATCH] Add empty .watchmanconfig Allows a Watchman instance configured with `enforce_root_files` to watch this directory even if `root_files` does not contain any of the files in the directory. (Necessary to get around undesired corporate `/etc/watchman.json` config.) --- .watchmanconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .watchmanconfig diff --git a/.watchmanconfig b/.watchmanconfig new file mode 100644 index 0000000..e69de29 -- 2.37.1