Skip to content

Commit 35e4dfb

Browse files
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.
1 parent 6dbacbb commit 35e4dfb

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ Temporary Items
6363
!/modules/default/**
6464
!/modules/README.md**
6565

66-
# Ignore changes to the custom css files.
67-
/css/custom.css
66+
# Ignore changes to the custom css files but keep the sample and main.
67+
/css/*
68+
!/css/custom.css.sample
69+
!/css/main.css
6870

6971
# Ignore users config file but keep the sample.
7072
/config/*

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ _This release is scheduled to be released on 2024-04-01._
1818
- Removing lodash dependency by replacing merge by spread operator (#3339)
1919
- Use node prefix for build-in modules (#3340)
2020
- Rework logging colors (#3350)
21-
- Update electron to v28 and update other dependencies
21+
- Update electron to v28 and update other dependencies (#3357)
2222

2323
### Fixed
2424

2525
- Skip changelog requirement when running tests for dependency updates (#3320)
26-
- [newsfeed] Suppress unsightly animation cases when there are 0 or 1 active news items
27-
- [newsfeed] Always compute the feed item URL using the same helper function
26+
- [newsfeed] Suppress unsightly animation cases when there are 0 or 1 active news items (#3336)
27+
- [newsfeed] Always compute the feed item URL using the same helper function (#3336)
28+
- Ignore all custom css files (#3359)
2829

2930
### Deleted
3031

0 commit comments

Comments
 (0)