From 719b7109268c580d71768e9898852fe88320d007 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Mon, 31 Aug 2026 07:50:44 +0200 Subject: [PATCH] chore: exclude internal evidence from source archives --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8f17501..5f3595b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,14 @@ * text=auto eol=lf *.sh text eol=lf +*.ps1 text eol=crlf *.png 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