From 3ced2ef344dfefe8dd049cbb7de9e93de7464e30 Mon Sep 17 00:00:00 2001 From: alzer <> Date: Wed, 12 Aug 2026 10:30:53 +0200 Subject: [PATCH] =?UTF-8?q?.gitattributes=20hinzugef=C3=BCgt:=20packs-sour?= =?UTF-8?q?ce=20(lesbare=20JSON-Quelldateien)=20vom=20automatischen=20Zip-?= =?UTF-8?q?Download=20ausgeschlossen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6977920 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Dev-only content excluded from the auto-generated "download" zip (Gitea/GitHub +# archive endpoint respects export-ignore). Stays in git history and the working +# copy; just isn't part of what Foundry downloads/installs. Foundry only loads +# what module.json points to (esmodules/packs); packs-source is human-readable +# JSON kept for review/editing, not consumed by Foundry itself. + +packs-source/ export-ignore +.gitattributes export-ignore