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>
This commit is contained in:
nori li 2024-04-25 14:24:21 -07:00 committed by GitHub
parent 41699aa483
commit b0c3e3ff9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
text eol=lf
* text
*.png binary