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 a31a210 commit 3a80bacCopy full SHA for 3a80bac
1 file changed
.gitignore
@@ -1,6 +1,23 @@
1
-/target/
+### https://github.com/github/gitignore/blob/master/Maven.gitignore
2
+
3
+target/
4
+pom.xml.tag
5
+pom.xml.releaseBackup
6
+pom.xml.versionsBackup
7
+pom.xml.next
8
+release.properties
9
+dependency-reduced-pom.xml
10
+buildNumber.properties
11
+.mvn/timing.properties
12
+# https://github.com/takari/maven-wrapper#usage-without-binary-jar
13
+.mvn/wrapper/maven-wrapper.jar
14
15
16
.classpath
17
.project
18
.settings/
19
20
/.idea/
-/commons-beanutils2.iml
21
+*.iml
22
23
+/.vscode/
0 commit comments