mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-04 17:50:18 +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
|