11 lines
256 B
Text
11 lines
256 B
Text
|
# Automatically normalize line endings.
|
||
|
# https://git-scm.com/docs/gitattributes
|
||
|
# https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
|
||
|
|
||
|
* text=auto
|
||
|
|
||
|
*.png binary
|
||
|
*.jpg binary
|
||
|
*.jpeg binary
|
||
|
*.bmp binary
|