Browse Source

Merge pull request #9216 from benlye/update-gitignore

[2.0.x] Additional .gitignore entry for VS Code
Scott Lahteine 6 years ago
parent
commit
5367a1f51f
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore View File

@@ -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…
Cancel
Save