Merge pull request #3920 from baincd/ignore-eclipse-build-plugin-gen-files

Ignore Eclipse .project and .classpath when using build tools Maven or Gradle
This commit is contained in:
Brian Douglas 2021-12-13 09:30:04 -08:00 committed by GitHub
commit e89e043904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -10,3 +10,9 @@ gradle-app.setting
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

View File

@ -9,3 +9,9 @@ buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath