Add .gitattributes for consistent line endings

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Richard
2026-07-26 18:22:12 +02:00
co-authored by Claude Opus 4.8
parent 2fed388c99
commit 92e50d3ac4
+26
View File
@@ -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