mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-13 01:35:09 +01:00
26 lines
172 B
Plaintext
Executable File
26 lines
172 B
Plaintext
Executable File
# gradle
|
|
build/
|
|
.gradle/
|
|
out/
|
|
classes/
|
|
|
|
# idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# vscode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# fabric
|
|
|
|
run/
|
|
/src/main/generated/.cache
|