From 01f0b188822a3c847b0d96c76b7e1bd8da135dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 16 Nov 2018 12:13:30 -0200 Subject: [PATCH] Ignore Sass generated files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- themes/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/.gitignore b/themes/.gitignore index 6d9170db2b..be52ad3c27 100644 --- a/themes/.gitignore +++ b/themes/.gitignore @@ -4,3 +4,7 @@ !/svg_gradient.php !/original/ !/pmahomme/ + +**/*.css +**/*.css.map +!**/printview.css