From 83f00f24859fda3b7c6a3e4c6aefc130b7aa4f0d Mon Sep 17 00:00:00 2001 From: John Knox Date: Tue, 13 Aug 2019 09:46:07 -0700 Subject: [PATCH] Exclude generated class files from git Summary: These get generated by VSCode if you have java installed and open the flipper project. Reviewed By: danielbuechele Differential Revision: D16763411 fbshipit-source-id: 40c7d943ee2ee32cf70f9aea080f5e44716e5651 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2270eec14..780b213f7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ local.properties .project .settings **/.classpath +android/*/bin/**/*.class +libs/*/bin/**/*.class # Mac OS X *.DS_Store