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
This commit is contained in:
John Knox
2019-08-13 09:46:07 -07:00
committed by Facebook Github Bot
parent d812b128ba
commit 83f00f2485

2
.gitignore vendored
View File

@@ -21,6 +21,8 @@ local.properties
.project
.settings
**/.classpath
android/*/bin/**/*.class
libs/*/bin/**/*.class
# Mac OS X
*.DS_Store