diff --git a/.gitattributes b/.gitattributes index c9f8b02..09ed4af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ # images - *.jpg binary *.jpeg binary *.bmp binary @@ -12,9 +11,13 @@ *.exe binary *.dll binary +# fonts +*.ttf binary + # PowerShell specific *.ps1 working-tree-encoding=UTF-8 *.psm1 working-tree-encoding=UTF-8 *.psd1 working-tree-encoding=UTF-8 +# misc *.md working-tree-encoding=UTF-8