initial commit

This commit is contained in:
2026-01-15 23:48:20 +01:00
commit 09cc058aa0
16 changed files with 634 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Gradle
.gradle/
build/
bin/
# IDE
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
# OS
.DS_Store
Thumbs.db
# Hytale Server JAR (used as compile-only reference)
HytaleServer.jar
# Test Server
test-server/
test-server