Scrum4Me/.gitattributes
janpeter visser ffe3815598 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>
2026-04-24 23:06:21 +02:00

12 lines
217 B
Text

# 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