chore: .gitattributes toevoegen voor consistente LF regeleindes

Voorkomt de 'LF will be replaced by CRLF' warnings op Windows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-24 23:06:21 +02:00
parent 32fa2e8c1b
commit ffe3815598

12
.gitattributes vendored Normal file
View file

@ -0,0 +1,12 @@
# Enforce LF line endings for all text files
* text=auto eol=lf
# Explicitly binary files — no conversion
*.png binary
*.ico binary
*.jpg binary
*.jpeg binary
*.gif binary
*.svg binary
*.woff binary
*.woff2 binary