Files
codecraft/.gitignore
Aran Roig aa8fa05506
Some checks failed
build / build (push) Failing after 4m1s
First commit
2026-07-12 17:00:44 +02:00

41 lines
237 B
Plaintext

# 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