mirror of
https://github.com/Merith-TK/modpack-template.git
synced 2024-11-23 06:29:31 +00:00
23 lines
447 B
Text
23 lines
447 B
Text
|
## 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
|