# See https://git-scm.com/docs/gitattributes#_pattern_format for more about `.gitattributes`.

# Normalize EOL for all files that Git considers text files
* text=auto eol=lf

# Explicit binary files for older Git versions (<2.10)
*.png binary
*.gif binary
