mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
26 lines
188 B
Plaintext
26 lines
188 B
Plaintext
|
# eclipse
|
||
|
bin
|
||
|
*.launch
|
||
|
.settings
|
||
|
.metadata
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# idea
|
||
|
out
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.iml
|
||
|
.idea
|
||
|
|
||
|
# gradle
|
||
|
build
|
||
|
.gradle
|
||
|
|
||
|
# other
|
||
|
eclipse
|
||
|
run
|
||
|
|
||
|
# Files from Forge MDK
|
||
|
forge*changelog.txt
|