From 92e50d3ac4d5f02419e7a8ae26ed26b391f37fb0 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 26 Jul 2026 18:22:12 +0200 Subject: [PATCH] Add .gitattributes for consistent line endings Co-Authored-By: Claude Opus 4.8 --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c262f6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# Normalize line endings automatically +* text=auto + +# Explicitly declare text files +*.cs text +*.csproj text +*.slnx text +*.json text +*.md text +*.txt text +*.html text +*.css text +*.js text +*.ps1 text +*.targets text +*.config text + +# Designer/resource files stay as-is +*.resx text + +# Binary files +*.ico binary +*.png binary +*.jpg binary +*.zip binary +*.dll binary