diff options
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
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 |