Fully functional mod for 1.16.4 fabric.
This commit is contained in:
44
.gitignore
vendored
44
.gitignore
vendored
@@ -1,26 +1,34 @@
|
||||
# gradle
|
||||
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
classes/
|
||||
|
||||
# eclipse
|
||||
bin
|
||||
|
||||
*.launch
|
||||
.settings
|
||||
.metadata
|
||||
|
||||
# idea
|
||||
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# vscode
|
||||
|
||||
.settings/
|
||||
.vscode/
|
||||
bin/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# idea
|
||||
out
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
.idea
|
||||
# macos
|
||||
|
||||
# gradle
|
||||
build
|
||||
.gradle
|
||||
*.DS_Store
|
||||
|
||||
# other
|
||||
eclipse
|
||||
run
|
||||
# fabric
|
||||
|
||||
# Files from Forge MDK
|
||||
forge*changelog.txt
|
||||
/local.properties
|
||||
run/
|
||||
/logs/
|
||||
|
||||
Reference in New Issue
Block a user