diff --git a/.gitignore b/.gitignore index d529103..c4f2942 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ .idea/ .inputrc .viminfo +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1adbd76..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "files.associations": { - "error.h": "c", - "client.h": "c", - "errors.h": "c", - "server.h": "c", - "challenges.h": "c" - } -} \ No newline at end of file