diff --git a/.gitignore b/.gitignore index 5962b70..d456aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target *.o -*.exe \ No newline at end of file +*.exe +.vscode/ +.idea/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8f2b8b4..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "files.associations": { - "*.dbclient-js": "javascript", - "bit": "cpp", - "compare": "cpp", - "concepts": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "cwchar": "cpp", - "exception": "cpp", - "initializer_list": "cpp", - "iosfwd": "cpp", - "iterator": "cpp", - "limits": "cpp", - "map": "cpp", - "new": "cpp", - "stdexcept": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "vector": "cpp", - "xmemory": "cpp", - "xstddef": "cpp", - "xstring": "cpp", - "xtr1common": "cpp", - "xtree": "cpp", - "xutility": "cpp", - "iostream": "cpp", - "ostream": "cpp" - }, - "C_Cpp.errorSquiggles": "disabled" -} \ No newline at end of file