mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 01:59:44 +01:00
33 lines
182 B
Plaintext
33 lines
182 B
Plaintext
# gradle
|
|
|
|
.gradle/
|
|
build/
|
|
out/
|
|
classes/
|
|
|
|
# eclipse
|
|
|
|
*.launch
|
|
|
|
# idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# vscode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# fabric
|
|
|
|
run/
|
|
|
|
# other
|
|
*.log
|