From ddcef7c9ed804a1946064db8b10aeabdcb4ae840 Mon Sep 17 00:00:00 2001 From: Caio Viotti Date: Thu, 6 Aug 2015 20:06:13 -0300 Subject: [PATCH] Ignore SASS maps and cache --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f60f6ed26..65fefe18f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,10 @@ target/ .iml .eml +# SASS +.sass-cache +*.css.map + # Others .env .bak