From 391fa5659db838bae57a968ebf7a1fa3dd244ab8 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 9 Sep 2022 02:51:03 -0400 Subject: [PATCH] Remove ignored files --- .gitignore | 1 + .vscode/settings.json | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 201ab6d..6dc5898 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o *.a +.vscode ctm test \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b3d8c2f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "files.associations": { - "vector": "c", - "memory": "c", - "optional": "c", - "string_view": "c", - "string": "c", - "system_error": "c", - "thread": "c", - "typeindex": "c", - "variant": "c" - } -} \ No newline at end of file