aboutsummaryrefslogtreecommitdiffstats
path: root/Maven.gitignore
diff options
context:
space:
mode:
authorChris Bain <baincd@users.noreply.github.com>2021-04-25 17:27:29 -0400
committerChris Bain <baincd@users.noreply.github.com>2021-12-11 11:32:26 -0500
commit7f56496393d1975d38ac1c23755d1547923273b8 (patch)
tree7289ed4ea60992ae02214834a92cc5b198bcb262 /Maven.gitignore
parentcdde85a36ecb48a162385829d198a7a5bf429a63 (diff)
downloadgitignore-7f56496393d1975d38ac1c23755d1547923273b8.tar.gz
gitignore-7f56496393d1975d38ac1c23755d1547923273b8.zip
Ignore Eclipse .project and .classpath when using build tools Maven or Gradle
Diffstat (limited to 'Maven.gitignore')
-rw-r--r--Maven.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/Maven.gitignore b/Maven.gitignore
index 0e13eebb..2f435308 100644
--- a/Maven.gitignore
+++ b/Maven.gitignore
@@ -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