Initial commit
Some checks failed
build / build (push) Failing after 3m47s

This commit is contained in:
lily 2025-04-23 19:49:37 -04:00
commit 07178eabcc
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
20 changed files with 732 additions and 0 deletions

40
.gitignore vendored Normal file
View file

@ -0,0 +1,40 @@
# gradle
.gradle/
build/
out/
classes/
# eclipse
*.launch
# idea
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# macos
*.DS_Store
# fabric
run/
# java
hs_err_*.log
replay_*.log
*.hprof
*.jfr