2nd edition of my mc server for my friends and i
0

Configure Feed

Select the types of activity you want to include in your feed.

Configure .packwizignore to exclude workflow and docker compose configuration from packwiz indexing

+7 -9
+6
.packwizignore
··· 1 + .git 2 + .gitignore 3 + .packwizignore 4 + .tangled/ 5 + docker-compose.yml 6 + *.zip
-8
index.toml
··· 1 1 hash-format = "sha256" 2 2 3 3 [[files]] 4 - file = ".tangled/workflows/deploy-wisp.yml" 5 - hash = "de0f69c5eec3cda5b9ffc0149d865b5028fefa6349de1ac9aa86d7576660993d" 6 - 7 - [[files]] 8 - file = "docker-compose.yml" 9 - hash = "c8f20db86fd59bd3c9afe3f37bfb9fb94c9bc696cc8cbf1ba51ec9a3afcb8b7b" 10 - 11 - [[files]] 12 4 file = "mods/3dskinlayers.pw.toml" 13 5 hash = "90545284bcfbf7cc14d7a67e0691170295010eca4a1e8b9f0c6c4d6db779e93b" 14 6 metafile = true
+1 -1
pack.toml
··· 5 5 [index] 6 6 file = "index.toml" 7 7 hash-format = "sha256" 8 - hash = "4bd180fc930fa7134ffeb84a1a2fbfd0412ee8b91b1e38af78a1c1d81c19c632" 8 + hash = "583de95273e4be70eb5ecbcc44c83b572c35376701abb00c2d17333fbb7d05b6" 9 9 10 10 [versions] 11 11 minecraft = "26.1.2"