diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8846625..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "files.associations": { - "initializer_list": "cpp", - "type_traits": "cpp", - "xstring": "cpp", - "xtree": "cpp", - "xutility": "cpp", - "iosfwd": "cpp", - "vector": "cpp", - "algorithm": "cpp", - "streambuf": "cpp", - "tuple": "cpp", - "system_error": "cpp", - "xtr1common": "cpp", - "limits": "cpp", - "exception": "cpp", - "fstream": "cpp", - "map": "cpp", - "utility": "cpp", - "ios": "cpp", - "istream": "cpp", - "ostream": "cpp", - "xiosbase": "cpp", - "cctype": "cpp", - "cmath": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "cwchar": "cpp", - "iostream": "cpp", - "iterator": "cpp", - "memory": "cpp", - "new": "cpp", - "stdexcept": "cpp", - "typeinfo": "cpp", - "xfacet": "cpp", - "xlocale": "cpp", - "xlocinfo": "cpp", - "xlocnum": "cpp", - "xmemory": "cpp", - "xmemory0": "cpp", - "xstddef": "cpp" - } -} \ No newline at end of file