13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
# Keep repository text files on LF so Windows tools do not create full-file
|
|
# line-ending diffs. PowerShell accepts LF, and shell scripts require it.
|
|
* text=auto eol=lf
|
|
|
|
# Binary assets must never receive text conversion.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.zip binary
|