dotfiles/projects/.gitattributes

11 lines
256 B
Text
Raw Normal View History

2024-01-30 19:28:48 -08:00
# 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