13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
# .gitattributes - enforce sensible defaults
|
|
* text=auto eol=lf
|
|
|
|
# Windows-skripte sollten CRLF behalten
|
|
*.ps1 eol=crlf
|
|
*.bat eol=crlf
|
|
|
|
# Binaries
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.webp binary
|