Remove .vscode

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2021-11-06 01:02:59 -03:00
parent 08365d9ff3
commit f227b7ee38
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
.idea/ .idea/
.inputrc .inputrc
.viminfo .viminfo
.vscode/

View File

@ -1,9 +0,0 @@
{
"files.associations": {
"error.h": "c",
"client.h": "c",
"errors.h": "c",
"server.h": "c",
"challenges.h": "c"
}
}