diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2025-06-17 19:30:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-17 18:30:51 +0100 |
commit | 03df00247115517db24816f00f90f01f0ef56cea (patch) | |
tree | 8684c51f702a1ecf1d9fa634c197eb52627049df /.gitignore | |
parent | d3cbce652d0fa30187a269cd0a264fe62107c299 (diff) |
fix(bash): repository initialization bugs and update configurations (#22311)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d6ed8f648..548213a63f 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,12 @@ cmake-build-*/* coverage-report/ .vs +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + # # Eclipse # |