Files
Richard 5815d3258f @
.gitattributes: Zeilenenden-Normalisierung (stoppt LF/CRLF-Warnungen)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@
2026-07-27 10:09:46 +02:00

18 lines
349 B
Plaintext

# Git normalisiert Zeilenenden automatisch; im Arbeitsverzeichnis (Windows) CRLF.
* text=auto
# Explizit Text (CRLF im Working Tree, LF im Repo)
*.cs text
*.csproj text
*.slnx text
*.json text
*.config text
*.md text
*.ps1 text
*.html text
# Binärdateien nicht anfassen
*.png binary
*.ico binary
*.resx binary