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 ca5eb7c commit 9b1858aCopy full SHA for 9b1858a
1 file changed
.gitignore
@@ -1,14 +1,23 @@
1
-### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
+### 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/
-/commons-csv.iml
19
+
20
+/.idea/
21
+/*.iml
22
23
+/.vscode/
0 commit comments