eyre/.gitattributes
nori li b0c3e3ff9c
Add a gitattributes file to specify LF line endings (#126)
Since almost all files not on our gitignore are text files, it uses `*
text` as a catch-all and specifies *.png as binary.

Co-authored-by: Jane Losare-Lusby <jlusby@yaah.dev>
2024-04-25 14:24:21 -07:00

6 lines
34 B
Plaintext

text eol=lf
* text
*.png binary