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.
features/nuget_autobuild
Matija Koželj 2 years ago
parent 663103f1d7
commit 3b6045c3e1

3
.gitignore vendored

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

Loading…
Cancel
Save