removed .vscode

This commit is contained in:
CPunch 2020-11-13 17:54:41 -06:00
parent 4ff1e59042
commit ae22a6cef5
2 changed files with 2 additions and 14 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.o
bin
bin
.vscode

13
.vscode/settings.json vendored
View File

@ -1,13 +0,0 @@
{
"files.associations": {
"array": "cpp",
"functional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"vector": "cpp",
"typeinfo": "c"
}
}