36 lines
260 B
Text
36 lines
260 B
Text
# gradle
|
|
|
|
.gradle/
|
|
build/
|
|
out/
|
|
classes/
|
|
|
|
# eclipse
|
|
|
|
*.launch
|
|
|
|
# idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# vscode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# fabric
|
|
|
|
run/
|
|
run-client/
|
|
run-server/
|
|
output/
|
|
*.log
|
|
/CHANGES.md
|
|
/src/main/generated/.cache/
|
|
/modrinth.json
|