Initial commit

This commit is contained in:
Allink
2022-05-08 19:28:23 +01:00
commit 61ab59c9e2
13 changed files with 1150 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
/.idea/
*.iml
/target/
# OS
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gradle
/build/
/.gradle/