# 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