remove vscode artifacts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
**/build/
|
**/build/
|
||||||
**/.cache/
|
**/.cache/
|
||||||
|
**/.vscode/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|
||||||
|
|||||||
12
Chapter11/.vscode/settings.json
vendored
12
Chapter11/.vscode/settings.json
vendored
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"optional": "cpp",
|
|
||||||
"system_error": "cpp",
|
|
||||||
"array": "cpp",
|
|
||||||
"functional": "cpp",
|
|
||||||
"tuple": "cpp",
|
|
||||||
"type_traits": "cpp",
|
|
||||||
"utility": "cpp",
|
|
||||||
"charconv": "cpp"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user