fabric/.gitignore
modmuss d1118d9789
Loom 1.10, remove grgit, work towards config caching. ()
* Update to Loom 1.10 and use new prod run tasks

* Fixes

* Remove grgit

* Fix build?

* Fix build?

* Loom 1.10, Remove grgit, work towards config caching.

* Try without tracy?

* Fix version catalog

* Fix local version
2025-02-15 14:46:29 +00:00

47 lines
515 B
Text

# Gradle
.gradle
# VSCode
.settings/
.vscode/
# Eclipse
.checkstyle
.classpath
.metadata
.settings
.project
*.launch
# Intellij/Idea
.factorypath
.idea
*.iml
*.ipr
*.iws
# Build artifacts
bin/
build/
jars/
out/
classes/
# Generated sources
# The trailing * is important, otherwise Git wouldn't evaluate the directories at all and we wouldn't be able to un-ignore some of them.
**/src/generated/*
# Debug artifacts
run
*.log
*.log.gz
focus.txt
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store
!/buildSrc/src/**