initial commit

This commit is contained in:
Stefan
2022-05-30 20:57:21 +02:00
parent 2a2a834a56
commit 17aeea6f55
2 changed files with 83 additions and 17 deletions

34
.gitignore vendored
View File

@@ -1,23 +1,27 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Intellij
.idea/
*.iml
*.iws
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Mac
.DS_Store
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Maven
log/
target/