From 4aa8155d73e71fb39583dbd45bab1cfeef708e7d Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 20 Sep 2020 18:22:47 +0200 Subject: [PATCH] ignores sass cache and htaccess --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d163863..d4b6f23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -build/ \ No newline at end of file +build/ +.sass-cache/ +.htaccess