From 1e1efce69b4b7e188a9de8d3e905ff93ad160b0c Mon Sep 17 00:00:00 2001 From: Alex Kotliarskyi Date: Tue, 11 Aug 2015 17:23:30 -0700 Subject: [PATCH] Add .watchmanconfig Summary: This file tells watchman to watch this folder if "root_restrict_files" is turned on. Fixes #2042 Closes https://github.com/facebook/react-native/pull/2263 Github Author: Alex Kotliarskyi --- Examples/SampleApp/_watchmanconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 Examples/SampleApp/_watchmanconfig diff --git a/Examples/SampleApp/_watchmanconfig b/Examples/SampleApp/_watchmanconfig new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/Examples/SampleApp/_watchmanconfig @@ -0,0 +1 @@ +{}