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:
parent
b4551f2e98
commit
6c87d249af
1 changed files with 3 additions and 0 deletions
|
|
@ -102,3 +102,6 @@ dist
|
||||||
|
|
||||||
# TernJS port file
|
# TernJS port file
|
||||||
.tern-port
|
.tern-port
|
||||||
|
|
||||||
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
|
.vscode-test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue