Initial commit

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-04 16:52:52 +01:00 committed by GitHub
commit 69af3f1e28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 697 additions and 0 deletions

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath