fabric/.gitignore
Technici4n 8eca92ff9a Convention Tags Improvements (#3051)
* First pass: refactor a bit, add missing item tags that have block tags, add resource category tags and wooden_barrels

* Fix #2831: Move entity buckets to c:entity_water_buckets

* Add villager_job_sites and sandstone tags

* Add alternative cauldrons to villager job sites.

Signed-off-by: modmuss50 <modmuss50@gmail.com>

---------

Signed-off-by: modmuss50 <modmuss50@gmail.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2023-05-14 15:01:45 +01:00

43 lines
477 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
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store