Minor update to .gitignore (#1979)

* Minor update to .gitignore

1. it does not only create npm-debug.log, also npm-debug.log.NUMBER is possible
2. for all those people that have to debug the CLI

* Update .gitignore

ignores the whole .vscode directory, as suggested by @hansl
This commit is contained in:
Johannes Hoppe 2016-09-07 20:12:56 +02:00 committed by Hans
parent 87664948a8
commit 3da12acd42

3
.gitignore vendored
View File

@ -1,10 +1,11 @@
dist/
node_modules/
npm-debug.log
npm-debug.log*
# IDEs
.idea/
jsconfig.json
.vscode/
# Typings file.
typings/