Initial commit

This commit is contained in:
2021-09-16 22:33:59 +02:00
commit a18f9bdbb5
10 changed files with 590 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
#
.idea
run
.gradle/
build/
# Eclipse stuff
.classpath
.project
.settings/
# VSCode stuff
.vscode/
# netbeans
nbproject/
nbactions.xml
# we use maven!
build.xml
# maven
target/
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
build/
bin/
dist/
manifest.mf
# Mac filesystem dust
.DS_Store/
.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
out/
# Linux temp files
*~
!gradle/wrapper/gradle-wrapper.jar
build.bat