From 30f77f1569c45fbfcd65eb0658ab13d458f8cf2b Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 9 Jun 2016 09:58:14 -0600 Subject: [PATCH] Ignore sass cache files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f7a54f6..6df236c 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,5 @@ node_modules # The css that we generate static/css +# The cache for our sass process +.sass-cache