From 571b3fbfa82ee52138fab7349f9aa97ec7627f49 Mon Sep 17 00:00:00 2001 From: Ian Williams Date: Sat, 6 May 2017 01:50:47 -0700 Subject: [PATCH] Marked webfonts as binary files (#487) Webfonts now listed as binary in `.gitattributes`. Works on pretix/pretix#486 --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 30ebb98eb..545288622 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,13 @@ src/static/typeahead/* linguist-vendored src/static/moment/* linguist-vendored src/static/datetimepicker/* linguist-vendored src/static/charts/* linguist-vendored + +# Denote all files that are truly binary and should not be modified. +*.eot binary +*.otf binary +*.ttf binary +*.woff binary +*.zip binary +*.png binary +*.gif binary +*.jpg binary