Update gitignore

This commit is contained in:
Carsten Schmiemann 2022-09-05 03:25:13 +02:00
parent aae6c4b41d
commit f8bef348e2
2 changed files with 0 additions and 38 deletions

View File

@ -1,10 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

28
.vscode/settings.json vendored
View File

@ -1,28 +0,0 @@
{
"files.associations": {
"array": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"cmath": "cpp",
"fstream": "cpp",
"istream": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"thread": "cpp",
"regex": "cpp",
"utility": "cpp",
"ranges": "cpp"
}
}