mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +00:00
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:
committed by
GitHub
parent
6dbacbb773
commit
35e4dfb3fe
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user