mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
8a5c621a87
* fix #1273 * Expand testmod to test multipart and weighted models with FRAPI submodels Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>
39 lines
300 B
Text
39 lines
300 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/
|
|
|
|
# Debug artifacts
|
|
run
|
|
*.log
|
|
|
|
# Windows
|
|
*.db
|
|
$RECYCLE.BIN/
|
|
|
|
# Mac
|
|
.DS_Store
|