浏览代码

Merge pull request #9216 from benlye/update-gitignore

[2.0.x] Additional .gitignore entry for VS Code
Scott Lahteine 6 年前
父节点
当前提交
5367a1f51f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore 查看文件

@@ -159,6 +159,7 @@ vc-fileutils.settings
159 159
 #Visual Studio Code
160 160
 .vscode
161 161
 .vscode/c_cpp_properties.json
162
+.vscode/launch.json
162 163
 
163 164
 #cmake
164 165
 CMakeLists.txt

正在加载...
取消
保存