diff --git a/.gitignore b/.gitignore index e724c5a..ce2070b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ *.app build/ -.cache/ \ No newline at end of file +.cache/ +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1abc296..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "files.associations": { - "cmath": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "array": "cpp", - "atomic": "cpp", - "bit": "cpp", - "*.tcc": "cpp", - "charconv": "cpp", - "chrono": "cpp", - "compare": "cpp", - "concepts": "cpp", - "cstdint": "cpp", - "forward_list": "cpp", - "list": "cpp", - "map": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "ratio": "cpp", - "string_view": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "format": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "new": "cpp", - "ostream": "cpp", - "span": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "stdfloat": "cpp", - "streambuf": "cpp", - "cctype": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp", - "variant": "cpp", - "__bit_reference": "cpp", - "__hash_table": "cpp", - "__node_handle": "cpp", - "__split_buffer": "cpp", - "__tree": "cpp", - "__verbose_abort": "cpp", - "cwctype": "cpp", - "locale": "cpp" - } -} \ No newline at end of file