From 7a594cf45657ec3fdc1b048f10699b00e3d1a026 Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 9 Aug 2019 04:50:48 -0700 Subject: [PATCH] Update .gitignore Summary: VSCode generates a bunch of java output when you open the project with it. This correctly ignores those files. Reviewed By: passy Differential Revision: D16687798 fbshipit-source-id: bbb2b2f89c987305109b4c02d07a6b6e9a3a7301 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7e041d8b8..2270eec14 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ local.properties .gradle/ .idea .externalNativeBuild +.project +.settings +**/.classpath # Mac OS X *.DS_Store