Ignore all custom css files (#3359)

For experimenting, I sometimes work with different CSS files. I can
imagine that others do this too.

This setting for the css folder corresponds to the setting we already
have for the config folder.
This commit is contained in:
Kristjan ESPERANTO
2024-01-16 23:16:47 +01:00
committed by GitHub
parent 6dbacbb773
commit 35e4dfb3fe
2 changed files with 8 additions and 5 deletions

6
.gitignore vendored
View File

@@ -63,8 +63,10 @@ Temporary Items
!/modules/default/**
!/modules/README.md**
# Ignore changes to the custom css files.
/css/custom.css
# Ignore changes to the custom css files but keep the sample and main.
/css/*
!/css/custom.css.sample
!/css/main.css
# Ignore users config file but keep the sample.
/config/*