.gitignore: Ignore .vscode/ folder except launch.json and tasks.json files
This commit is contained in:
committed by
Tommaso Pecorella
parent
ac680dd20c
commit
31464a10a2
4
.gitignore
vendored
4
.gitignore
vendored
@@ -44,3 +44,7 @@ cmake-build-debug/
|
||||
cmake-build-relwithdebinfo/
|
||||
cmake-build-minsizerel/
|
||||
cmake-build-release/
|
||||
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
Reference in New Issue
Block a user