diff --git a/.gitignore b/.gitignore index 67682e8..904381d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -# CMake output directory # -out/ - -# Visual studio directory # +# Visual studio directory (all uneeded) # .vs/ -# VSC and manual build folders # +# Uneeded autogenerated VSCode files # +.vscode/settings.json + +# Build folders (different depending on IDE) # build/ +out/ # Excludes binary outputs in root dir # *.exe diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c573e2f..561469c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,17 +3,7 @@ "configurations": [ { - "name": "Linux", - - "includePath": - [ - "${workspaceFolder}/**" - ], - - "cppStandard": "c++20" - }, - { - "name": "Windows", + "name": "Default", "includePath": [