浏览代码

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
pull/3271/head
Simon Siefke 4 年前
父节点
当前提交
6c87d249af
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Node.gitignore

+ 3
- 0
Node.gitignore 查看文件

@@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

正在加载...
取消
保存