diff --git a/.gitignore b/.gitignore index c795b05..1899660 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build \ No newline at end of file +build +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5fc1671..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "files.associations": { - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "any": "cpp", - "array": "cpp", - "atomic": "cpp", - "hash_map": "cpp", - "strstream": "cpp", - "bit": "cpp", - "*.tcc": "cpp", - "bitset": "cpp", - "cfenv": "cpp", - "charconv": "cpp", - "chrono": "cpp", - "cinttypes": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "complex": "cpp", - "concepts": "cpp", - "condition_variable": "cpp", - "coroutine": "cpp", - "cstdint": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "list": "cpp", - "map": "cpp", - "set": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "ratio": "cpp", - "source_location": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "format": "cpp", - "fstream": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "new": "cpp", - "numbers": "cpp", - "ostream": "cpp", - "semaphore": "cpp", - "shared_mutex": "cpp", - "span": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "stdfloat": "cpp", - "stop_token": "cpp", - "streambuf": "cpp", - "thread": "cpp", - "typeindex": "cpp", - "typeinfo": "cpp", - "valarray": "cpp", - "variant": "cpp", - "*.ipp": "cpp", - "quat": "cpp", - "vec2d": "cpp", - "vec2f": "cpp", - "vec3d": "cpp", - "vec3f": "cpp", - "vec4d": "cpp", - "vec4f": "cpp", - "camera": "cpp", - "graphicscontext": "cpp", - "vec2b": "cpp", - "vec2i": "cpp", - "vec2s": "cpp", - "vec2ub": "cpp", - "vec2ui": "cpp", - "vec2us": "cpp", - "vec3b": "cpp", - "vec3i": "cpp", - "vec3s": "cpp", - "vec3ub": "cpp", - "vec3ui": "cpp", - "vec3us": "cpp", - "vec4b": "cpp", - "vec4i": "cpp", - "vec4s": "cpp", - "vec4ub": "cpp", - "vec4ui": "cpp", - "vec4us": "cpp", - "viewport": "cpp", - "state": "cpp", - "*.inc": "cpp", - "bufferobject": "cpp", - "callback": "cpp", - "image": "cpp", - "node": "cpp", - "stateattribute": "cpp", - "stateset": "cpp", - "uniform": "cpp", - "*.txx": "cpp", - "*.def": "cpp", - "boundingsphere": "cpp", - "geometry": "cpp", - "nodevisitor": "cpp", - "object": "cpp", - "plane": "cpp", - "program": "cpp", - "shape": "cpp", - "observer_ptr": "cpp" - }, - "spellright.language": [ - "en_US" - ], - "spellright.documentTypes": [ - "markdown", - "latex", - "plaintext" - ] -} \ No newline at end of file