chore: add task to delete files ignored by git
This commit is contained in:
parent
de522f78ca
commit
f2a947e5f1
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@ -58,6 +58,13 @@
|
|||||||
"command": "${workspaceFolder}/.bin/test-tmux.sh",
|
"command": "${workspaceFolder}/.bin/test-tmux.sh",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"detail": "run tmux with project room as home"
|
"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": []
|
"inputs": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user