EDIT:::edited .gitignore

files like .classpath and .project were commented out, they now should be ignored by git
This commit is contained in:
Sem van der Hoeven
2019-03-22 09:25:48 +01:00
parent caf9e3e1d9
commit ae000baba4

6
.gitignore vendored
View File

@@ -86,10 +86,12 @@ local.properties
### Eclipse Patch ###
# Eclipse Core
# .project
.project
**/.project
# JDT-specific (Eclipse Java Development Tools)
# .classpath
.classpath
**/.classpath
# Annotation Processing
.apt_generated