chore: add task to delete files ignored by git

This commit is contained in:
yeti 2025-05-16 13:08:32 +01:00
parent de522f78ca
commit f2a947e5f1

7
.vscode/tasks.json vendored
View File

@ -58,6 +58,13 @@
"command": "${workspaceFolder}/.bin/test-tmux.sh",
"problemMatcher": [],
"detail": "run tmux with project room as home"
},
{
"label": "Delete .gitignore files",
"type": "shell",
"command": "git clean -Xfd",
"problemMatcher": [],
"detail": "delete all untracked files listed in .gitignore"
}
],
"inputs": []