From 573e7844ac87c527ed07746faf4da434089d5de8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 6 Apr 2016 10:36:35 +1200 Subject: [PATCH] Don't show diff for compiled CSS files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0a502a643..8e3714b52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,6 @@ javascript/src/ export ignore # Hide diffs admin/javascript/dist/ -diff -javascript/dist/ -diff \ No newline at end of file +javascript/dist/ -diff +admin/javascript/css/* -diff +javascript/css/* -diff