diff --git a/.packwizignore b/.packwizignore index 5a34d4f..36d27b9 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,5 +1,7 @@ # .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports # See https://git-scm.com/docs/gitignore +/.github/** + # Exclude README /README.md diff --git a/index.toml b/index.toml index 37f3ba2..53a95d1 100644 --- a/index.toml +++ b/index.toml @@ -1,9 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".github/workflows/pages.yml" -hash = "818802f032d48567fbecc4eaf11ad56d154b8af1400cfc2c381d0479d9300b0b" - [[files]] file = "config/resourcepackupdater.json" hash = "63024c4575fe365fd1ca31c78384c7f2f7adf30b71a0948e90da14b53db6fc40" diff --git a/pack.toml b/pack.toml index cc027c3..ad263bb 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6ad9eccc4e0577a6690371f6b9212d94025b6537b8120410c7f123d66d534764" +hash = "f7ced66c19ee863fccef0f7dd19800b1c50cc4ef90130e225b5fc53ed8b24446" [versions] fabric = "0.14.22"