mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +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/
|
dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log*
|
||||||
|
|
||||||
# IDEs
|
# IDEs
|
||||||
.idea/
|
.idea/
|
||||||
jsconfig.json
|
jsconfig.json
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Typings file.
|
# Typings file.
|
||||||
typings/
|
typings/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user