mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
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:
parent
87664948a8
commit
3da12acd42
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,10 +1,11 @@
|
||||
dist/
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
npm-debug.log*
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
jsconfig.json
|
||||
.vscode/
|
||||
|
||||
# Typings file.
|
||||
typings/
|
||||
|
Loading…
x
Reference in New Issue
Block a user