From 5fb44e1c7f1d938f754cf204aac683636866d2cd Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 8 Nov 2025 14:07:41 +0100 Subject: [PATCH] [gitignore] restoring the old Git behavior for the CSS directory 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. --- .gitignore | 8 ++++++-- CHANGELOG.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6942715fa7..ba72343df1 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 48c5f559c7..779433b768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ planned for 2026-01-01 ### Removed -- [weather] Removed deprecated ukmetoffice datapoint provider (#3842, #3952) +- [weather] Removed deprecated `ukmetoffice` datapoint provider (#3842, #3952) ### Changed