From e7cc5cb8e211d0e61392bbae0ad58fd09b3b7d48 Mon Sep 17 00:00:00 2001 From: nasr Date: Mon, 13 Oct 2025 02:01:24 +0200 Subject: feature: gitignore --- .vscode/c_cpp_properties.json | 23 ----------------------- .vscode/settings.json | 3 --- 2 files changed, 26 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 0ecc223..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "macFrameworkPath": [ - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" - ], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c23", - "cppStandard": "c++23", - "intelliSenseMode": "macos-gcc-x64", - "compilerArgs": [ - "-I/opt/homebrew/Cellar/raylib/5.5/include", - "-L/opt/homebrew/Cellar/raylib/5.5/lib" - ] - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 22247a9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "C_Cpp.errorSquiggles": "disabled" -} -- cgit v1.2.3-70-g09d2