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

1
.gitignore vendored
View File

@@ -26,6 +26,7 @@ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
[Ll]og/ [Ll]og/
build/
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/

2
.vscode/launch.json vendored
View File

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