chore: set binary type for files (#417)

This commit is contained in:
wenjie
2021-03-16 01:41:50 +08:00
committed by GitHub
parent 42ad13dc3c
commit ffb782fe0c

6
.gitattributes vendored
View File

@@ -1 +1,7 @@
* text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.mp3 binary
*.icns binary
*.gif binary