Also flag *.icns as binary

This commit is contained in:
Nicholas42
2024-08-09 13:41:20 +02:00
committed by GitHub
parent ce67706037
commit 67472e0e89

1
.gitattributes vendored
View File

@ -2,3 +2,4 @@ llm/ext_server/* linguist-vendored
* text eol=lf
*.png binary
*.ico binary
*.icns binary