From ca89d936fc6001bbf6138b0ee1a49a9a19efbe5e Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Fri, 14 Oct 2016 18:22:48 +1300 Subject: [PATCH] Sass cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6747ffe2..4a2efc64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /node_modules/ /production/ +/.sass-cache/ *.orig Thumbs.db