Skip to content

Commit

Permalink
Add eclipse file in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Couralet authored and micedre committed Nov 14, 2018
1 parent 4a59915 commit a9a8a4e
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.project
.classpath
.settings/



# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

0 comments on commit a9a8a4e

Please sign in to comment.