From 8e9ee8953a0ed6d8fddae944a7a726d34e15a3bf Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:25:47 +0100 Subject: [PATCH] [gitignore] restoring the old Git behavior for the CSS directory (#3954) The advantage of the old behavior is that users can keep backups, copies or any other CSS files with different names in the directory without Git interfering. I suspect that this was not taken into account during the cleanup in PR #3952 :slightly_smiling_face: --- .gitignore | 8 ++++++-- CHANGELOG.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6942715f..ba72343d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,8 +58,12 @@ Temporary Items modules !modules/default -# Ignore changes to the custom css files but keep others. -css/custom.css +# Ignore changes to the custom css files but keep the sample and main. +/css/* +!/css/custom.css.sample +!/css/font-awesome.css +!/css/main.css +!/css/roboto.css # Ignore users config file but keep the sample. config diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d08d62..0a1da1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ planned for 2026-01-01 ### Removed -- [weather] Removed deprecated ukmetoffice datapoint provider (#3842, #3952) +- [weather] Removed deprecated `ukmetoffice` datapoint provider (#3842, #3952) ### Changed