PR for issue #956

Changed .gitignore to ignore Visual Studio Code project folder with custom launch configuration. (See issue #956)
This commit is contained in:
Bas van Wetten
2017-07-24 21:56:53 +02:00
parent fbd47a7f3b
commit b612f0cdec
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

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

View File

@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- 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 `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git
### Updated
- Changed 'default.js' - listen on all attached interfaces by default