diff --git a/.gitignore b/.gitignore index ebcd110..70152d9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ gear compile_commands.json **/*.o **/*.glsl.h +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d0679e2..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "sokol_audio.h": "c", - "sokol_log.h": "c" - } -} \ No newline at end of file