Ignore Eclipse .project and .classpath when using build tools Maven or Gradle

This commit is contained in:
Chris Bain
2021-04-25 17:27:29 -04:00
parent cdde85a36e
commit 7f56496393
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