remove vscode settings

This commit is contained in:
Cole
2024-01-11 21:53:23 -06:00
parent 7362ba4a40
commit c43e73740b
3 changed files with 2 additions and 25 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
tetris-clone
.vscode/
tetris-clone

View File

@@ -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
}

View File

@@ -1,6 +0,0 @@
{
"files.associations": {
"*.m": "c",
"tetromino.h": "c"
}
}