gitignore: Create dedicated ".gitignore" for .vscode/

This commit is contained in:
Eduardo Almeida
2022-09-30 15:12:21 +01:00
parent 05e28c23ee
commit 68855672f9
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@@ -46,9 +46,6 @@ cmake-build-relwithdebinfo/
cmake-build-minsizerel/
cmake-build-release/
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
.vs/
# Ignore local cache used by e.g. clangd

5
.vscode/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*
!.gitignore
!launch.json
!tasks.json