finished first version of the mod
This commit is contained in:
46
neoforge/.gitignore
vendored
46
neoforge/.gitignore
vendored
@@ -1,36 +1,26 @@
|
||||
# gradle
|
||||
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
classes/
|
||||
|
||||
# eclipse
|
||||
|
||||
bin
|
||||
*.launch
|
||||
|
||||
# idea
|
||||
|
||||
fabric/.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# vscode
|
||||
|
||||
.settings/
|
||||
.vscode/
|
||||
bin/
|
||||
.settings
|
||||
.metadata
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# macos
|
||||
# idea
|
||||
out
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
.idea
|
||||
|
||||
*.DS_Store
|
||||
# gradle
|
||||
build
|
||||
.gradle
|
||||
|
||||
# java
|
||||
# other
|
||||
eclipse
|
||||
run
|
||||
runs
|
||||
run-data
|
||||
|
||||
hs_err_*.log
|
||||
replay_*.log
|
||||
*.hprof
|
||||
*.jfr
|
||||
repo
|
Reference in New Issue
Block a user