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
This commit is contained in:
John Knox
2019-08-09 04:50:48 -07:00
committed by Facebook Github Bot
parent c5be7c4a93
commit 7a594cf456

3
.gitignore vendored
View File

@@ -18,6 +18,9 @@ local.properties
.gradle/ .gradle/
.idea .idea
.externalNativeBuild .externalNativeBuild
.project
.settings
**/.classpath
# Mac OS X # Mac OS X
*.DS_Store *.DS_Store