Skip to content

Commit f8ff562

Browse files
author
TheSnoozer
committed
update readme
1 parent bdc1743 commit f8ff562

File tree

3 files changed

+184
-681
lines changed

3 files changed

+184
-681
lines changed

.gitignore

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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-
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11-
.mvn/wrapper/maven-wrapper.jar
1+
*.class
2+
*.tmp
3+
*~
4+
5+
# intellij
6+
.idea
7+
*.iml
8+
*.ipr
9+
*.iws
10+
11+
#eclipse
12+
.classpath
13+
.project
14+
.settings/
15+
bin/
16+
17+
out
18+
target
19+
testing.properties
20+

0 commit comments

Comments
 (0)