From 14bf81cdb6b26eefeb6b2090d5cac67ca9f72260 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sat, 30 Aug 2025 14:56:31 +0100 Subject: [PATCH] Exclude git files from the exported pack --- export-pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-pack.sh b/export-pack.sh index 9a96aac..3813f9d 100755 --- a/export-pack.sh +++ b/export-pack.sh @@ -32,4 +32,4 @@ if [ ! -d release ]; then mkdir release fi; -zip -FSr "$basedir/release/Tinker's tinkering.mrpack" overrides modrinth.index.json +zip -FSr "$basedir/release/Tinker's tinkering.mrpack" overrides modrinth.index.json -x "*.git*"