From 3d0f29fda32902f04bc7c0395f7a12f29e88a4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 20 Sep 2023 01:01:40 +0200 Subject: [PATCH] Remove .vscode/settings.json from repository --- .gitignore | 1 + .vscode/settings.json | 109 ------------------------------------------ 2 files changed, 1 insertion(+), 109 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 8855507..dea436c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ build/ cmake-build*/** .idea puml/** +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d7af13f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "files.associations": { - "*.rmd": "markdown", - "*.py": "python", - "vector": "cpp", - "__bit_reference": "cpp", - "__bits": "cpp", - "__config": "cpp", - "__debug": "cpp", - "__errc": "cpp", - "__hash_table": "cpp", - "__locale": "cpp", - "__mutex_base": "cpp", - "__node_handle": "cpp", - "__nullptr": "cpp", - "__split_buffer": "cpp", - "__string": "cpp", - "__threading_support": "cpp", - "__tuple": "cpp", - "array": "cpp", - "atomic": "cpp", - "bitset": "cpp", - "cctype": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "compare": "cpp", - "complex": "cpp", - "concepts": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "exception": "cpp", - "initializer_list": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "locale": "cpp", - "memory": "cpp", - "mutex": "cpp", - "new": "cpp", - "optional": "cpp", - "ostream": "cpp", - "ratio": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "variant": "cpp", - "algorithm": "cpp", - "iostream": "cpp", - "iomanip": "cpp", - "numeric": "cpp", - "set": "cpp", - "__tree": "cpp", - "deque": "cpp", - "list": "cpp", - "map": "cpp", - "unordered_set": "cpp", - "any": "cpp", - "condition_variable": "cpp", - "forward_list": "cpp", - "fstream": "cpp", - "stack": "cpp", - "thread": "cpp", - "__memory": "cpp", - "filesystem": "cpp", - "*.toml": "toml", - "utility": "cpp", - "__verbose_abort": "cpp", - "bit": "cpp", - "random": "cpp", - "*.tcc": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory_resource": "cpp", - "format": "cpp", - "valarray": "cpp", - "regex": "cpp", - "span": "cpp", - "cfenv": "cpp", - "cinttypes": "cpp", - "csetjmp": "cpp", - "future": "cpp", - "queue": "cpp", - "typeindex": "cpp", - "shared_mutex": "cpp", - "*.ipp": "cpp", - "cassert": "cpp", - "charconv": "cpp", - "source_location": "cpp", - "ranges": "cpp" - }, - "cmake.configureOnOpen": false, - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" -} \ No newline at end of file