fix: set binary in .gitattributes

This commit is contained in:
scito 2025-11-23 08:25:47 +01:00
parent 7616ee094f
commit 865aaaef28

13
.gitattributes vendored
View file

@ -6,3 +6,16 @@
*.bat text eol=crlf *.bat text eol=crlf
*.cmd text eol=crlf *.cmd text eol=crlf
*.ps1 text eol=crlf *.ps1 text eol=crlf
*.png binary
*.webp binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.tar binary
*.gz binary
*.7z binary
*.exe binary
*.dll binary
*.pdf binary