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
This commit is contained in:
Pascal Hartig
2020-08-13 03:40:00 -07:00
committed by Facebook GitHub Bot
parent 7e4c9d05d4
commit 939b624dbb

View File

@@ -5,6 +5,7 @@
.*\.tsx .*\.tsx
.*\.ts .*\.ts
.*/node_modules/.* .*/node_modules/.*
<PROJECT_ROOT>/facebook/.*
<PROJECT_ROOT>/scripts/.* <PROJECT_ROOT>/scripts/.*
<PROJECT_ROOT>/desktop/.*/lib/.* <PROJECT_ROOT>/desktop/.*/lib/.*
<PROJECT_ROOT>/desktop/scripts/.* <PROJECT_ROOT>/desktop/scripts/.*