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