Skip to content

Commit a50824e

Browse files
committed
Merging config/.gitignore with .gitignore
1 parent 0c3f9f4 commit a50824e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Temporary Items
6767
# Ignore changes to the custom css files.
6868
/css/custom.css
6969

70+
# Ignore users config file but keep the sample.
71+
/config/*
72+
!/config/config.js.sample
73+
7074
# Vim
7175
## swap
7276
[._]*.s[a-w][a-z]

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _This release is scheduled to be released on 2021-01-01._
2424
- Added GitHub workflows for automated testing and changelog enforcement.
2525

2626
### Updated
27-
27+
- Merging .gitignore in the config-folder with the .gitignore in the root-folder.
2828
- Weather module - forecast now show TODAY and TOMORROW instead of weekday, to make it easier to understand.
2929
- Update dependencies to latest versions.
3030
- Update dependencies eslint, feedme, simple-git and socket.io to latest versions.

config/.gitignore

-2
This file was deleted.

0 commit comments

Comments
 (0)