38 行
482 B
Plaintext
38 行
482 B
Plaintext
# eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
# other
|
|
eclipse
|
|
run
|
|
|
|
# Files from Forge MDK
|
|
forge*changelog.txt
|
|
|
|
# Native DLL build artifacts (CMake out-of-source build + staged jar)
|
|
native/build/
|
|
native/zen.jar
|
|
native/vcpkg_installed/
|
|
|
|
# Generated at build time by ext.obfuscateJar (holds the obfuscated bridge FQCN)
|
|
native/dll/src/generated_names.h
|
|
|
|
# Local build artifacts
|
|
build_opencode.log
|
|
gradle.pid
|