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:
committed by
Facebook Github Bot
parent
d812b128ba
commit
83f00f2485
2
.gitignore
vendored
2
.gitignore
vendored
@@ -21,6 +21,8 @@ local.properties
|
|||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
**/.classpath
|
**/.classpath
|
||||||
|
android/*/bin/**/*.class
|
||||||
|
libs/*/bin/**/*.class
|
||||||
|
|
||||||
# Mac OS X
|
# Mac OS X
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user