Skip to content

Commit

Permalink
Minor update to .gitignore (angular#1979)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JohannesHoppe authored and hansl committed Sep 7, 2016
1 parent 8766494 commit 3da12ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dist/
node_modules/
npm-debug.log
npm-debug.log*

# IDEs
.idea/
jsconfig.json
.vscode/

# Typings file.
typings/
Expand Down

0 comments on commit 3da12ac

Please sign in to comment.