Skip to content

Commit e89e043

Browse files
authored
Merge pull request #3920 from baincd/ignore-eclipse-build-plugin-gen-files
Ignore Eclipse .project and .classpath when using build tools Maven or Gradle
2 parents 8fe4e2f + 7f56496 commit e89e043

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Gradle.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ gradle-app.setting
1010

1111
# Cache of project
1212
.gradletasknamecache
13+
14+
# Eclipse Gradle plugin generated files
15+
# Eclipse Core
16+
.project
17+
# JDT-specific (Eclipse Java Development Tools)
18+
.classpath

Maven.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ buildNumber.properties
99
.mvn/timing.properties
1010
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
1111
.mvn/wrapper/maven-wrapper.jar
12+
13+
# Eclipse m2e generated files
14+
# Eclipse Core
15+
.project
16+
# JDT-specific (Eclipse Java Development Tools)
17+
.classpath

0 commit comments

Comments
 (0)