From 58c48da6c30c211c615f826ca45d5c261be411ce Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 8 Apr 2020 18:54:53 -0700 Subject: [PATCH] lfs gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 33ac0f866..829cde2fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ # Use CRLF for line endings in the Windows install "readme" file misc/dist/install-win.txt text eol=crlf misc/dist/about[[:space:]]hinted[[:space:]]fonts.txt text eol=crlf +*.otf filter=lfs diff=lfs merge=lfs -text +*.woff filter=lfs diff=lfs merge=lfs -text +*.woff2 filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text