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:
parent
663103f1d7
commit
3b6045c3e1
3
.gitignore
vendored
3
.gitignore
vendored
@ -412,6 +412,9 @@ FodyWeavers.xsd
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
# Css files
|
||||
**.css
|
||||
|
||||
# Minified css files
|
||||
**.min.css
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user