Add .gitattributes to treat certain files as binary

This commit is contained in:
seehi 2024-02-26 12:46:34 +08:00 committed by betterwang
parent ec220e6463
commit 65f85b2bdd

4
.gitattributes vendored
View file

@ -12,6 +12,10 @@
*.jpg binary
*.gif binary
*.ico binary
*.jpeg binary
*.mp3 binary
*.zip binary
# Preserve original line endings for specific document files
*.doc text eol=crlf