|
|
@@ -1,3 +1,18 @@
|
|
|
+# https://raw.githubusercontent.com/github/gitignore/master/Maven.gitignore
|
|
|
+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
|
|
|
+
|
|
|
+# https://raw.githubusercontent.com/github/gitignore/master/Java.gitignore
|
|
|
# Compiled class file
|
|
|
*.class
|
|
|
|