瀏覽代碼

Additional .gitignore entry for VS Code

Add .vscode/launch.json to .gitignore
Ben Lye 6 年之前
父節點
當前提交
2af3541880
共有 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

Loading…
取消
儲存