From 3c2ea442397596fab9a1e819e15b8e9d7b3d6e75 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 11 Sep 2023 23:32:55 -0400 Subject: Removed IDE Folders --- .gitignore | 6 +++++- .vscode/c_cpp_properties.json | 20 -------------------- 2 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index fd31d94..8e2f20c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,8 @@ build/ # Executables *.exe *.out -*.app \ No newline at end of file +*.app + +# IDE Folders +.idea/ +.vscode/ diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 47c2f08..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "${workspaceFolder}/**", - "/opt/homebrew/include", - ], - "defines": [], - "macFrameworkPath": [ - "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks" - ], - "compilerPath": "/usr/bin/clang", - "cStandard": "c20", - "cppStandard": "c++20", - "intelliSenseMode": "macos-clang-arm64" - } - ], - "version": 4 -} \ No newline at end of file -- cgit v1.2.3