Base Content
This commit is contained in:
parent
7ef71d24e2
commit
ea29d36a39
10 changed files with 174 additions and 3 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue