From 939b624dbbb800dc59fa2e3c94924c7c1c5cce07 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 13 Aug 2020 03:40:00 -0700 Subject: [PATCH] Ignore launcher Summary: It chokes on some malformed JSON files it has no business of looking at to start with. Reviewed By: jknoxville Differential Revision: D23057498 fbshipit-source-id: 0fac710bb9b2af426e478f156aae43bcb90de482 --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 5fd16f0b6..c1e934d15 100644 --- a/.flowconfig +++ b/.flowconfig @@ -5,6 +5,7 @@ .*\.tsx .*\.ts .*/node_modules/.* +/facebook/.* /scripts/.* /desktop/.*/lib/.* /desktop/scripts/.*