Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 767e0b3

Browse files
marksturstevemart
authored andcommitted
Add the maven .gitignore (#8)
* Taken from https://github.com/github/gitignore.git Maven.gitignore
1 parent f1abb59 commit 767e0b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
.mvn/wrapper/maven-wrapper.jar

0 commit comments

Comments
 (0)