Base Content

This commit is contained in:
Merith-TK 2021-08-29 13:46:40 -07:00
parent 7ef71d24e2
commit ea29d36a39
10 changed files with 174 additions and 3 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
## 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
update-pack.data/.*
update-pack.data/*/
update-pack.data/update.sh
update-pack.data/busybox.exe
## Add your modded folders/files to ignore here