From 1a4bcc44e6eb2fd908de07c2cb1c59c7add0368c Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Mon, 20 Feb 2017 18:32:20 -0500 Subject: [PATCH] Keep the bundles out of the diffs Makes reviewing a little easier. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 21256661..6de5c647 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -* text=auto \ No newline at end of file +* text=auto +/mithril.js binary +/mithril.min.js binary