From e7d4daea75361d4aa29cf1819eaeaa9399c0f568 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 26 Feb 2018 17:08:35 -0500 Subject: [PATCH] Updated git ignore file to include the SASS cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c865f5e..462680a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ build/ # ignore node_module directory node_modules/ + +# ignore SASS cache +.sass-cache/