Merge pull request #957 from QNimbus/develop

Addition to .gitignore to ignore VS Code folder
This commit is contained in:
Michael Teeuw 2017-07-25 14:50:00 +02:00 committed by GitHub
commit bf24ee369f
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -16,6 +16,9 @@ jspm_modules
.npm .npm
.node_repl_history .node_repl_history
# Visual Studio Code ignoramuses.
.vscode/
# Various Windows ignoramuses. # Various Windows ignoramuses.
Thumbs.db Thumbs.db
ehthumbs.db ehthumbs.db

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Add `clientonly` script to start only the electron client for a remote server. - Add `clientonly` script to start only the electron client for a remote server.
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module. - Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git
### Updated ### Updated
- Changed 'default.js' - listen on all attached interfaces by default - Changed 'default.js' - listen on all attached interfaces by default