Initial commit

This commit is contained in:
RedSavant
2026-01-21 14:59:11 +01:00
commit 2033df2655
53 changed files with 7791 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Gradle
.gradle/
build/
app/build/
# IDE
.idea/
*.iml
.vscode/
*.swp
.classpath
.project
.settings/
# OS
.DS_Store
Thumbs.db
# Hytale
*.jar
!gradle/wrapper/gradle-wrapper.jar
.hytale-downloader-credentials.json
# Setup
.bin/
server/
src-ref/