Ignore files inside `.vscode-test` (#3256)

* Ignore files inside `.vscode-test` 

[vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension.

* Update Node.gitignore
This commit is contained in:
Simon Siefke 2019-12-16 14:17:17 +01:00 committed by Brendan Forster
parent b4551f2e98
commit 6c87d249af
1 changed files with 3 additions and 0 deletions

View File

@ -102,3 +102,6 @@ dist
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test