Skip to content

Commit d08dc78

Browse files
committed
Add .gitignore file
1 parent 92f1def commit d08dc78

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/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+
13+
# Exclude maven wrapper
14+
!/.mvn/wrapper/maven-wrapper.jar
15+
16+

0 commit comments

Comments
 (0)