Browse Source

[Config] Add VSCode workspace files to .gitignore (#12469)

pull/12698/head
Luis Moreno 3 years ago
committed by GitHub
parent
commit
417a07c22d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

@ -50,6 +50,7 @@ doxygen/
.browse.VC.db*
*.stackdump
# Let these ones be user specific, since we have so many different configurations
*.code-workspace
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/tasks.json


Loading…
Cancel
Save