dotfiles/dot_config/git/dot_gitattributes
2024-04-14 18:41:15 -07:00

10 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