ignore
This commit is contained in:
parent
a202d3c9ea
commit
0808672ba8
|
@ -1,3 +1,5 @@
|
||||||
/target
|
/target
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
|
@ -1,35 +0,0 @@
|
||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"*.dbclient-js": "javascript",
|
|
||||||
"bit": "cpp",
|
|
||||||
"compare": "cpp",
|
|
||||||
"concepts": "cpp",
|
|
||||||
"cstddef": "cpp",
|
|
||||||
"cstdint": "cpp",
|
|
||||||
"cstdio": "cpp",
|
|
||||||
"cstdlib": "cpp",
|
|
||||||
"cstring": "cpp",
|
|
||||||
"cwchar": "cpp",
|
|
||||||
"exception": "cpp",
|
|
||||||
"initializer_list": "cpp",
|
|
||||||
"iosfwd": "cpp",
|
|
||||||
"iterator": "cpp",
|
|
||||||
"limits": "cpp",
|
|
||||||
"map": "cpp",
|
|
||||||
"new": "cpp",
|
|
||||||
"stdexcept": "cpp",
|
|
||||||
"tuple": "cpp",
|
|
||||||
"type_traits": "cpp",
|
|
||||||
"utility": "cpp",
|
|
||||||
"vector": "cpp",
|
|
||||||
"xmemory": "cpp",
|
|
||||||
"xstddef": "cpp",
|
|
||||||
"xstring": "cpp",
|
|
||||||
"xtr1common": "cpp",
|
|
||||||
"xtree": "cpp",
|
|
||||||
"xutility": "cpp",
|
|
||||||
"iostream": "cpp",
|
|
||||||
"ostream": "cpp"
|
|
||||||
},
|
|
||||||
"C_Cpp.errorSquiggles": "disabled"
|
|
||||||
}
|
|
Loading…
Reference in New Issue