mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-08-03 16:47:45 +01:00
begin work on server support
This commit is contained in:
parent
f9bc12ba83
commit
c4059c7c7f
22 changed files with 306 additions and 87 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -1,34 +1,17 @@
|
|||
## Prevent Vanillia Minecraft folders from being tracked
|
||||
.minecraft/coremods
|
||||
.minecraft/crash-reports
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/shaderpacks
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/servers.dat
|
||||
.minecraft/servers.dat_old
|
||||
.minecraft/servers.dat
|
||||
.minecraft/usercache.json
|
||||
|
||||
## Ignore Modpack Updater Script loose files
|
||||
.technic
|
||||
## Modpack Updater Script Loose Files to Ignore ##
|
||||
.build
|
||||
*.zip
|
||||
.server
|
||||
.technic
|
||||
*.mrpack
|
||||
!.minecraft/.packwizignore
|
||||
*.zip
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
## Modded Folders/Files to Ignore ##
|
||||
.minecraft/.*
|
||||
.minecraft/essential
|
||||
.minecraft/figura
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
.minecraft/Xaero*
|
||||
.minecraft/packwiz-installer.jar
|
||||
.minecraft/packwiz.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue