From d79a9004353bdb55d367163bc4945b2a7f3741f1 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 18 Apr 2025 15:53:36 +0200 Subject: [PATCH] packwiz: ignore vscode --- .packwizignore | 1 + index.toml | 4 ---- pack.toml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.packwizignore b/.packwizignore index efd36be..718e9e1 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,2 +1,3 @@ assets Makefile +.vscode diff --git a/index.toml b/index.toml index db228de..401e906 100644 --- a/index.toml +++ b/index.toml @@ -1,9 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".vscode/settings.json" -hash = "d4e102bd54fdaea4c7fa4478e36bd1cf4f97549fae684298eb377acc7cfce87b" - [[files]] file = "compose.yaml" hash = "e4d93964cb1ab3cc6f49a55307851e731ef07d56b076b746184b9f9644b6e814" diff --git a/pack.toml b/pack.toml index ec4ffdd..c7ccc84 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 = "a55ce39d76309d645adb131b0fd80d795c3806e16b4b29516c62b812fd4064bd" +hash = "5378cd0c7ed753c5c616509fef8d7c40c43a0053a6e4aa6ee371df3b15cb91a4" [versions] forge = "47.4.0"