From 40a76d5c00459ed637b5b810a72b155f60302bcd Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 6 Aug 2019 15:14:02 -0700 Subject: [PATCH] Make `.watchmanconfig` templates valid JSON Summary: Otherwise, this causes errors as soon as you add custom plugin paths. Reviewed By: jknoxville Differential Revision: D16666507 fbshipit-source-id: 1dca599854ebc48f1f3cb7fe0e01f717648b36d5 --- .watchmanconfig | 1 + static/.watchmanconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/.watchmanconfig b/.watchmanconfig index e69de29bb..0967ef424 100644 --- a/.watchmanconfig +++ b/.watchmanconfig @@ -0,0 +1 @@ +{} diff --git a/static/.watchmanconfig b/static/.watchmanconfig index e69de29bb..0967ef424 100644 --- a/static/.watchmanconfig +++ b/static/.watchmanconfig @@ -0,0 +1 @@ +{}