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 Patch ###
|
||||||
# Eclipse Core
|
# Eclipse Core
|
||||||
# .project
|
.project
|
||||||
|
**/.project
|
||||||
|
|
||||||
# JDT-specific (Eclipse Java Development Tools)
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
# .classpath
|
.classpath
|
||||||
|
**/.classpath
|
||||||
|
|
||||||
# Annotation Processing
|
# Annotation Processing
|
||||||
.apt_generated
|
.apt_generated
|
||||||
|
|||||||
Reference in New Issue
Block a user