From 4386a10e87f8bd431e571897b11aa4241be67bed Mon Sep 17 00:00:00 2001 From: lzutao Date: Wed, 12 Jun 2019 02:44:15 +0700 Subject: [PATCH] Explicitly mark fonts and images files as binary (#951) --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 81c7df5e..07997943 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ * text=auto eol=lf *.rs rust -*.woff -text -*.ttf -text -*.otf -text -*.png -text +*.woff binary +*.ttf binary +*.otf binary +*.png binary