chore: exclude internal evidence from source archives

This commit is contained in:
2026-08-31 07:50:44 +02:00
parent 441b3624e1
commit 719b710926
+10
View File
@@ -1,4 +1,14 @@
* text=auto eol=lf * text=auto eol=lf
*.sh text eol=lf *.sh text eol=lf
*.ps1 text eol=crlf
*.png binary *.png binary
*.jpg binary *.jpg binary
*.jpeg binary
*.webp binary
*.zip binary
# Generated operational evidence is not part of a source release archive.
/artifacts export-ignore
/PROJECT_STATE.md export-ignore
/MASTER_BUILD_PROMPT.md export-ignore
/FILE_INDEX.md export-ignore