diff --git a/.gitignore b/.gitignore index 09338d0..d7ea56d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ build node_modules ovmf_vars.fd bun.lockb +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8f9c96e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "python.linting.enabled": false, - "files.associations": { - "*.ejs": "html", - "*.rmd": "markdown", - "*.vue": "vue", - "*.h": "c", - "*.inc": "cpp", - "internet": "cpp", - "socket": "cpp", - "functional": "c", - "cmath": "cpp", - "cstdlib": "cpp", - "hash_map": "cpp", - "cwchar": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwctype": "cpp", - "bitset": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "list": "cpp", - "map": "cpp", - "set": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "vector": "cpp", - "algorithm": "cpp", - "array": "cpp", - "chrono": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "ratio": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "atomic": "cpp", - "bit": "cpp", - "codecvt": "cpp", - "complex": "cpp", - "concepts": "cpp", - "condition_variable": "cpp", - "fstream": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "numbers": "cpp", - "ostream": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "stop_token": "cpp", - "streambuf": "cpp", - "thread": "cpp", - "typeindex": "cpp", - "valarray": "cpp", - "variant": "cpp", - "cfenv": "cpp", - "cinttypes": "cpp", - "compare": "cpp", - "exception": "cpp", - "initializer_list": "cpp", - "new": "cpp", - "typeinfo": "cpp", - "*.tcc": "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", - "__tree": "cpp", - "__tuple": "cpp", - "ios": "cpp", - "locale": "cpp", - "queue": "cpp", - "stack": "cpp", - "export": "c" - }, -} \ No newline at end of file