Initial commit

This commit is contained in:
Zoe
2026-07-04 13:08:10 -05:00
commit a3f7361948
15 changed files with 500 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Compiled output
build/
out/
# Gradle
.gradle/
!gradle/wrapper/gradle-wrapper.jar
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/
# Minecraft runtime
run/
# OS
.DS_Store
Thumbs.db
# Java
*.class
hs_err_pid*