From 27a32cc5437396ceabb5223382647aeeb76f95e3 Mon Sep 17 00:00:00 2001 From: John van Breda Date: Wed, 29 Nov 2017 14:08:15 +0000 Subject: [PATCH] Git ignore the sass cache folder. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f98..26ad7b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.sass-cache \ No newline at end of file