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