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.
This commit is contained in:
Matija Koželj 2022-12-21 15:50:06 +01:00
parent 663103f1d7
commit 3b6045c3e1

3
.gitignore vendored
View File

@ -412,6 +412,9 @@ FodyWeavers.xsd
# Built Visual Studio Code Extensions
*.vsix
# Css files
**.css
# Minified css files
**.min.css