afegit .vscode a git

This commit is contained in:
2026-04-01 23:06:24 +02:00
parent c94adf39af
commit 3bd13b72cd
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
.cache/
.vscode/
*data/config/config.yaml
*stats.txt
*.DS_Store

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json"
}