From a1b3c4c6a2982bdfb2330532916eb90df4bd5f3a Mon Sep 17 00:00:00 2001 From: Lorenzo Bianchi Date: Fri, 21 Apr 2023 10:54:40 +0200 Subject: [PATCH] updated gitignore --- .vscode/settings.json | 56 ------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dfaa897..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "files.associations": { - "iostream": "cpp", - "vector": "cpp", - "*.tcc": "cpp", - "array": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "unordered_map": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "string": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "fstream": "cpp", - "initializer_list": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "new": "cpp", - "ostream": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "typeinfo": "cpp", - "dfs.h": "c", - "eller.h": "c", - "stdio.h": "c", - "prim.h": "c", - "bfs.h": "c", - "water.h": "c", - "dijkstra.h": "c", - "labyrinth.h": "c" - } -} \ No newline at end of file