.gitattributes hinzugefügt: packs-source (lesbare JSON-Quelldateien) vom automatischen Zip-Download ausgeschlossen
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user