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