From c43e73740ba170d0f1ee41929a0f347462ea369d Mon Sep 17 00:00:00 2001 From: Cole Date: Thu, 11 Jan 2024 21:53:23 -0600 Subject: [PATCH] remove vscode settings --- .gitignore | 3 ++- .vscode/c_cpp_properties.json | 18 ------------------ .vscode/settings.json | 6 ------ 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 6b11f20..d28e0a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tetris-clone \ No newline at end of file +.vscode/ +tetris-clone diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 837cb22..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**", - "~/src/raylib/src/**", - "/usr/include/**" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c99", - "cppStandard": "gnu++17", - "intelliSenseMode": "linux-gcc-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a12df9c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "*.m": "c", - "tetromino.h": "c" - } -} \ No newline at end of file