EDIT:::edited .gitignore
files like .classpath and .project were commented out, they now should be ignored by git
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user