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