BaseModpack
This commit is contained in:
commit
f582e41432
67 changed files with 2099 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Prevent Vanillia Minecraft folders from being tracked
|
||||
.minecraft/coremods
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
|
||||
## Ignore Modpack Updater Script loose files
|
||||
.build
|
||||
.run
|
||||
.server
|
||||
.technic
|
||||
|
||||
*.zip
|
||||
*.mrpack
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
.minecraft/packwiz-installer.jar
|
||||
.minecraft/packwiz.json
|
Loading…
Add table
Add a link
Reference in a new issue