dotfiles/dot_config/git/dot_gitattributes

11 lines
256 B
Text
Raw Normal View History

2024-04-14 18:41:15 -07: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