From 86537eb6e6ccb5a2590dbc5e7b702c457d26bc73 Mon Sep 17 00:00:00 2001 From: ap7 Date: Mon, 29 Apr 2019 16:27:19 +0800 Subject: [PATCH] Updated .gitignore to include style.css and ignore compiled css in /scss/ folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4419124..03e6fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -style.css *.min.css *.map +scss/*.css