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
View File
@@ -67,6 +67,10 @@ Temporary Items
# Ignore changes to the custom css files.
/css/custom.css
# Ignore users config file but keep the sample.
/config/*
!/config/config.js.sample
# Vim
## swap
[._]*.s[a-w][a-z]
+1 -1
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.
### 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.
- Update dependencies to latest versions.
- Update dependencies eslint, feedme, simple-git and socket.io to latest versions.
-2
View File
@@ -1,2 +0,0 @@
*
!config.js.sample