From f8bef348e2e05261ac27bf4ff85b251f111ec8d5 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Mon, 5 Sep 2022 03:25:13 +0200 Subject: [PATCH] Update gitignore --- .vscode/extensions.json | 10 ---------- .vscode/settings.json | 28 ---------------------------- 2 files changed, 38 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 080e70d..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ], - "unwantedRecommendations": [ - "ms-vscode.cpptools-extension-pack" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c60fefe..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "files.associations": { - "array": "cpp", - "*.tcc": "cpp", - "chrono": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "optional": "cpp", - "random": "cpp", - "ratio": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "cmath": "cpp", - "fstream": "cpp", - "istream": "cpp", - "numeric": "cpp", - "ostream": "cpp", - "thread": "cpp", - "regex": "cpp", - "utility": "cpp", - "ranges": "cpp" - } -} \ No newline at end of file