Refactor build system to support 1.21.10, 1.21.11, and 26.1.2
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,3 +1,24 @@
|
||||
.gradle
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
.jdk21/
|
||||
|
||||
# Local JDK / toolchain installs (optional per-machine)
|
||||
.jdk21/
|
||||
|
||||
# Fabric Loom – dev client / game output
|
||||
run/
|
||||
runs/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs & local scratch
|
||||
*.log
|
||||
out.txt
|
||||
full_build.txt
|
||||
compile_err.txt
|
||||
|
||||
Reference in New Issue
Block a user