Improve .gitignore

This commit is contained in:
2021-11-29 22:08:33 +00:00
parent 8e8c653fc9
commit 01e634333a
2 changed files with 97 additions and 23 deletions

17
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "earthly +run",
"type": "shell",
"command": "earthly +run",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}