aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--.vscode/c_cpp_properties.json20
2 files changed, 5 insertions, 21 deletions
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