Update .gitattributes for binary file types

This commit is contained in:
deepend-tildeclub
2026-02-14 17:27:31 -07:00
committed by GitHub
parent b52a2ca4cf
commit 14b08d1001

6
.gitattributes vendored
View File

@@ -2,3 +2,9 @@
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.png binary
*.ico binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary