Init to comit it!

This commit is contained in:
2026-08-02 13:57:13 -04:00
commit 8a769437c0
29 changed files with 814 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# gradle
.gradle/
build/
out/
classes/
# eclipse and vscode
*.launch
.settings/
.vscode/
bin/
.classpath
.project
# intellij
.idea/
*.iml
*.ipr
*.iws
# apple
*.DS_Store
# run configurations / game data
run/
# local JDK override helpers
.jdks/
.env
*.log