diff --git a/.gitignore b/.gitignore index dfcf198..5e89576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/build/ **/.cache/ +**/.vscode/ compile_commands.json diff --git a/Chapter11/.vscode/settings.json b/Chapter11/.vscode/settings.json deleted file mode 100644 index ca27083..0000000 --- a/Chapter11/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "files.associations": { - "optional": "cpp", - "system_error": "cpp", - "array": "cpp", - "functional": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "charconv": "cpp" - } -} \ No newline at end of file