Add binary attributes for image files

This commit is contained in:
nobody 2025-12-12 17:33:38 -08:00
commit 31c454a78c
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
4 changed files with 10 additions and 0 deletions

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
*.jpg binary
*.png binary
*.gif binary
*.jpeg binary
*.webp binary
*.ico binary