ignore files

This commit is contained in:
u80864958
2025-04-02 16:23:15 +02:00
parent abe9c7d1fb
commit 15f7db8d3e
10 changed files with 299 additions and 130 deletions

5
.vscode/launch.json vendored
View File

@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
@ -11,8 +12,8 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "/home/schreifuchs/go/src/git.schreifuchs.ch/schreifuchs/pat",
"args": ["logger"]
"program": "${workspaceFolder}/cmd/main.go",
"args": [ ".."]
}
]
}