remove vscode artifacts

This commit is contained in:
Amar Mahmutbegovic
2024-09-22 16:54:06 +02:00
parent f10d0ef610
commit ff2be131d2
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
**/build/ **/build/
**/.cache/ **/.cache/
**/.vscode/
compile_commands.json compile_commands.json

View File

@@ -1,12 +0,0 @@
{
"files.associations": {
"optional": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"charconv": "cpp"
}
}