We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc1743 commit f8ff562Copy full SHA for f8ff562
.gitignore
@@ -1,11 +1,20 @@
1
-target/
2
-pom.xml.tag
3
-pom.xml.releaseBackup
4
-pom.xml.versionsBackup
5
-pom.xml.next
6
-release.properties
7
-dependency-reduced-pom.xml
8
-buildNumber.properties
9
-.mvn/timing.properties
10
-# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11
-.mvn/wrapper/maven-wrapper.jar
+*.class
+*.tmp
+*~
+
+# intellij
+.idea
+*.iml
+*.ipr
+*.iws
+#eclipse
12
+.classpath
13
+.project
14
+.settings/
15
+bin/
16
17
+out
18
+target
19
+testing.properties
20
0 commit comments