forked from Hartmut/paradiso
remove VS code junk
This commit is contained in:
parent
ddc0f85805
commit
8e00b668ea
2 changed files with 2 additions and 143 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
build
|
build
|
||||||
|
.vscode
|
142
.vscode/settings.json
vendored
142
.vscode/settings.json
vendored
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue