fix: complete gitignore

This commit is contained in:
2026-01-30 11:31:43 +01:00
parent 6cb1a36547
commit f104e824f2
2 changed files with 2 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch",
"program": "${workspaceFolder}/build/bin/x64/Debug/MonitorRam",
"args": [
""
"MonitorRam"
], // Arguments to pass to your program
"stopAtEntry": false,
"cwd": "${workspaceFolder}",