mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-02 08:39:38 +01:00
30 lines
216 B
Plaintext
30 lines
216 B
Plaintext
# eclipse
|
|
eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
classes
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
#Netbeans
|
|
.nb-gradle
|
|
.nb-gradle-properties
|
|
|
|
# other
|
|
run
|
|
.DS_Store
|
|
Thumbs.db
|