From 3b6045c3e19f1225b82e89e9634e1d714aaed64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Wed, 21 Dec 2022 15:50:06 +0100 Subject: [PATCH] Add regular .css files to .gitignore As the projects should depend only on sass files, this should prevent compilation and cache problems in the future as well as reduce commit loads. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a9c7d34..f0e9c41 100644 --- a/.gitignore +++ b/.gitignore @@ -412,6 +412,9 @@ FodyWeavers.xsd # Built Visual Studio Code Extensions *.vsix +# Css files +**.css + # Minified css files **.min.css