From 5815d3258f393efcd38171ed0c27eaee02b5d351 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 27 Jul 2026 10:09:46 +0200 Subject: [PATCH] @ .gitattributes: Zeilenenden-Normalisierung (stoppt LF/CRLF-Warnungen) Co-Authored-By: Claude Opus 4.8 @ --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4561e83 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# 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