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 c246bd4 commit 186612cCopy full SHA for 186612c
1 file changed
.gitignore
@@ -1,5 +1,4 @@
1
-### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore
2
-
+# maven
3
target/
4
pom.xml.tag
5
pom.xml.releaseBackup
@@ -9,9 +8,12 @@ release.properties
9
8
dependency-reduced-pom.xml
10
buildNumber.properties
11
.mvn/timing.properties
12
13
-# Exclude maven wrapper
14
!/.mvn/wrapper/maven-wrapper.jar
15
16
-site-content
+# vscode/eclipse
+.classpath
+.project
+.settings/
17
18
+# other
19
+site-content
0 commit comments