We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc9b84 commit 602a8c1Copy full SHA for 602a8c1
1 file changed
.gitignore
@@ -1,4 +1,5 @@
1
-# maven
+### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore
2
+
3
target/
4
pom.xml.tag
5
pom.xml.releaseBackup
@@ -8,14 +9,8 @@ release.properties
8
9
dependency-reduced-pom.xml
10
buildNumber.properties
11
.mvn/timing.properties
-!/.mvn/wrapper/maven-wrapper.jar
12
13
-# vscode/eclipse/idea
14
-*.iml
15
-.idea/
16
-.classpath
17
-.project
18
-.settings/
+# Exclude maven wrapper
+!/.mvn/wrapper/maven-wrapper.jar
19
20
-# other
21
site-content
0 commit comments