We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f4323 commit 0b139c6Copy full SHA for 0b139c6
1 file changed
.gitignore
@@ -20,4 +20,19 @@
20
*.rar
21
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
+
24
hs_err_pid*
25
+.DS_Store
26
+target/
27
+pom.xml.tag
28
+pom.xml.releaseBackup
29
+pom.xml.versionsBackup
30
+pom.xml.next
31
+release.properties
32
+dependency-reduced-pom.xml
33
+buildNumber.properties
34
+.mvn/timing.properties
35
+# https://github.com/takari/maven-wrapper#usage-without-binary-jar
36
+.mvn/wrapper/maven-wrapper.jar
37
+*.iml
38
+.idea
0 commit comments