Removed .vscode settings from project tree

This commit is contained in:
intexisty 2021-12-07 19:48:30 -06:00
parent e247f107ad
commit 23f88da81a
2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.cache
build
.vscode
config.toml
config.toml

View File

@ -1,5 +0,0 @@
{
"cmake.debugConfig": {
"cwd": "${workspaceFolder}"
}
}