Add .gitattributes to treat certain files as binary

This commit is contained in:
seehi 2024-02-26 12:46:34 +08:00
parent c02dc5cea8
commit 4264f8c1bd

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