diff --git a/.gitignore b/.gitignore index 7726904..b68696e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.o -bin \ No newline at end of file +bin +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 45155d7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - } -} \ No newline at end of file