.gitattributes hinzugefügt: packs-source (lesbare JSON-Quelldateien) vom automatischen Zip-Download ausgeschlossen

This commit is contained in:
alzer
2026-08-12 10:30:53 +02:00
parent f570965642
commit 3ced2ef344
+8
View File
@@ -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