Skip to content

fix(ci): binary-safe encoding guard + best-practice .gitattributes - #7

Merged
marcohost33-maker merged 1 commit into
mainfrom
fix/gitattributes-and-binary-safe-guard
May 24, 2026
Merged

fix(ci): binary-safe encoding guard + best-practice .gitattributes#7
marcohost33-maker merged 1 commit into
mainfrom
fix/gitattributes-and-binary-safe-guard

Conversation

@marcohost33-maker

Copy link
Copy Markdown
Owner

Selbst-Korrektur der P1-Härtung: (1) Encoding-Guard war nicht binär-sicher — er decodierte jede .github/-Datei als UTF-8, eine Binärdatei dort hätte ihn fälschlich rot gemacht. Jetzt überspringt er Dateien mit NUL-Byte (git-eigene Binär-Heuristik). (2) .gitattributes auf Best-Practice gehoben: *.bat/*.cmd eol=crlf + explizite binary-Marker (statt nur pauschal eol=lf). Refs: git-scm gitattributes + GitHub Line-Endings-Doku.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@marcohost33-maker
marcohost33-maker merged commit 04b6ba2 into main May 24, 2026
8 checks passed
@marcohost33-maker
marcohost33-maker deleted the fix/gitattributes-and-binary-safe-guard branch May 24, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant