commit 94ec8987c3d1e6693f35dfdcde08935ba45c2b6e
Author: Jens Kristoffersson <jens.kristoffersson.se@gmail.com>
AuthorDate: Tue Sep 1 09:46:15 2026 +0200
Commit: Jens Kristoffersson <jens.kristoffersson.se@gmail.com>
CommitDate: Tue Sep 1 09:46:15 2026 +0200
Lägg till .gitattributes för radslut
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
.gitattributes | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..4c19e7e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+* text=auto
+
+*.cs text diff=csharp
+*.csproj text
+*.sln text eol=crlf
+*.json text
+*.md text
+
+*.pdf binary
+*.exe binary
+*.dll binary