From 066f79223cf49cda5f762b3b9413774b8417cb9f Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 26 Jun 2016 22:37:29 +0200 Subject: [PATCH] Treat minified JavaScript as binary The minified JavaScript is effectively a binary artifact that we carry in the repo. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ca450ba95..e7eb74e61 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .gitignore export-ignore .gitattributes export-ignore Documentation/*.html.git text=auto +theme/jquery.min.js binary