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:
parent
32fa2e8c1b
commit
ffe3815598
1 changed files with 12 additions and 0 deletions
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue