From 2f8ec3ffeb118cca0c6730d39be311252d6a9839 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 18 Apr 2025 15:53:02 +0200 Subject: [PATCH] packwizignore: ignore makefile --- .packwizignore | 1 + index.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.packwizignore b/.packwizignore index 7e2f179..efd36be 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1 +1,2 @@ assets +Makefile diff --git a/index.toml b/index.toml index 7797c95..db228de 100644 --- a/index.toml +++ b/index.toml @@ -1,8 +1,8 @@ hash-format = "sha256" [[files]] -file = "Makefile" -hash = "9d3e49c2786e4f668afb6b0b3061c3547949b7edb1013be066903f6ce87b9721" +file = ".vscode/settings.json" +hash = "d4e102bd54fdaea4c7fa4478e36bd1cf4f97549fae684298eb377acc7cfce87b" [[files]] file = "compose.yaml" @@ -623,11 +623,11 @@ hash = "395c96d3ddd178821db851f387e91560e606ea752177f66d2016f12bd0542b8f" [[files]] file = "kubejs/startup_scripts/grist.js" -hash = "6a4b191857ced2f41513f9fc67b2b598234bba0415722c8e8f889cf9865e6689" +hash = "b79ebd1ba18eeb0dc59bb6b7ed375cf348edd90fa648f5759dd45f890db5f3d6" [[files]] file = "kubejs/startup_scripts/init.js" -hash = "6829d6209b8c256a21a55fb05939a1e56d3b229eaf5821106d0f900ae63e6c4c" +hash = "86b0c3c97240c008d6de87d66ff77a80e47a07c105e89d743cb74c9fdc1b031e" [[files]] file = "kubejs/startup_scripts/jsconfig.json" diff --git a/pack.toml b/pack.toml index aac0824..ec4ffdd 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 = "3defe698f1e46a1a53a5f51c843e1b34ea451647031575a0d08a43c095c1c51f" +hash = "a55ce39d76309d645adb131b0fd80d795c3806e16b4b29516c62b812fd4064bd" [versions] forge = "47.4.0"