From a0fb692f8bb56fdceb3ffb4d26a4a4bd5eb95802 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Mon, 9 Apr 2018 09:31:59 -0700 Subject: [PATCH] Add .watchmanconfig Summary: Watchman on facebook corporate machines is configured to only start on directories with a `.watchmanconfig` file (`enforce_root_files` is true, see https://facebook.github.io/watchman/docs/config.html). Adding this allow `jest` to run in watch mode on Facebook machines. Closes https://github.com/facebook/relay/pull/2408 Reviewed By: jstejada Differential Revision: D7550102 Pulled By: kassens fbshipit-source-id: 17572918c0b5fd3e2a5f8877233952d8a7446531 --- .watchmanconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .watchmanconfig diff --git a/.watchmanconfig b/.watchmanconfig new file mode 100644 index 0000000000000..e69de29bb2d1d