ViaFabricPlus/.gitignore
FlorianMichael efb31ce3e9
Add generator utils for Minecraft updates - as unit test ™️
Rather than having a submodule with a different Fabric mod, use Fabric's unit test system to execute code using game data. This is cursed but fits perfectly our use case :)
2025-02-27 01:03:25 +01:00

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