From 28f9ef8fd75da33447dc87e2f369c378f2586a20 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 9 Nov 2022 15:57:48 +0100 Subject: [PATCH] add git ttf binary diff --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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