mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Expand gitignore
This commit is contained in:
parent
42b7d1f657
commit
33c8ad70a3
33
.gitignore
vendored
33
.gitignore
vendored
@ -1,25 +1,28 @@
|
|||||||
# eclipse
|
# eclipse
|
||||||
eclipse
|
/eclipse
|
||||||
bin
|
/bin
|
||||||
*.launch
|
/*.launch
|
||||||
.settings
|
/.settings
|
||||||
.metadata
|
/.metadata
|
||||||
.classpath
|
/.classpath
|
||||||
.project
|
/.project
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
out
|
/out
|
||||||
*.ipr
|
/*.ipr
|
||||||
*.iws
|
/*.iws
|
||||||
*.iml
|
/*.iml
|
||||||
.idea
|
/.idea
|
||||||
|
|
||||||
# gradle
|
# gradle
|
||||||
build
|
/build
|
||||||
.gradle
|
/.gradle
|
||||||
|
|
||||||
|
# vscode
|
||||||
|
/.vscode
|
||||||
|
|
||||||
# other
|
# other
|
||||||
run
|
/run
|
||||||
|
|
||||||
# CurseForge configuration
|
# CurseForge configuration
|
||||||
/curseforge.properties
|
/curseforge.properties
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user