From 11091a91e5d24fd6c69c421e40c8588222239313 Mon Sep 17 00:00:00 2001 From: alzer <> Date: Wed, 12 Aug 2026 10:29:44 +0200 Subject: [PATCH] =?UTF-8?q?.gitattributes=20hinzugef=C3=BCgt:=20Dev-Ordner?= =?UTF-8?q?=20(scripts,=20reference=5Fscripts,=20tools,=20python=20u.a.)?= =?UTF-8?q?=20vom=20automatischen=20Zip-Download=20ausgeschlossen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e75bfe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Dev-only content excluded from the auto-generated "download" zip (Gitea/GitHub +# archive endpoint respects export-ignore). Everything below stays in git history +# and the working copy - it just won't be part of what Foundry downloads/installs. +# Foundry only ever loads what module.json points to (esmodules/styles/languages/packs); +# none of this is referenced at runtime. + +scripts/ export-ignore +reference_scripts/ export-ignore +tools/ export-ignore +python/ export-ignore +scripts_with_translation.md export-ignore +scriptPacker.js export-ignore +package.json export-ignore +.gitlab-ci.yml export-ignore +.vscode/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.DS_Store export-ignore