mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-02 08:59:31 +01:00
39 lines
231 B
Plaintext
39 lines
231 B
Plaintext
# Gradle
|
|
|
|
.gradle/
|
|
build/
|
|
out/
|
|
classes/
|
|
|
|
# Eclipse
|
|
|
|
*.launch
|
|
|
|
# Idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# VScode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Fabric
|
|
|
|
run/
|
|
runV2/
|
|
*.cap
|
|
*.rdc
|