Merging config/.gitignore with .gitignore

This commit is contained in:
buxxi 2020-12-28 11:50:01 +01:00
parent 0c3f9f4ed9
commit a50824eeee
3 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -67,6 +67,10 @@ Temporary Items
# Ignore changes to the custom css files. # Ignore changes to the custom css files.
/css/custom.css /css/custom.css
# Ignore users config file but keep the sample.
/config/*
!/config/config.js.sample
# Vim # Vim
## swap ## swap
[._]*.s[a-w][a-z] [._]*.s[a-w][a-z]

View File

@ -24,7 +24,7 @@ _This release is scheduled to be released on 2021-01-01._
- Added GitHub workflows for automated testing and changelog enforcement. - Added GitHub workflows for automated testing and changelog enforcement.
### Updated ### Updated
- Merging .gitignore in the config-folder with the .gitignore in the root-folder.
- Weather module - forecast now show TODAY and TOMORROW instead of weekday, to make it easier to understand. - Weather module - forecast now show TODAY and TOMORROW instead of weekday, to make it easier to understand.
- Update dependencies to latest versions. - Update dependencies to latest versions.
- Update dependencies eslint, feedme, simple-git and socket.io to latest versions. - Update dependencies eslint, feedme, simple-git and socket.io to latest versions.

2
config/.gitignore vendored
View File

@ -1,2 +0,0 @@
*
!config.js.sample