From ff2be131d223b11f03a95e7cc0e0d3d4aac8f4a9 Mon Sep 17 00:00:00 2001 From: Amar Mahmutbegovic Date: Sun, 22 Sep 2024 16:54:06 +0200 Subject: [PATCH] remove vscode artifacts --- .gitignore | 1 + Chapter11/.vscode/settings.json | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 Chapter11/.vscode/settings.json 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