diff --git a/.dockerignore b/.dockerignore index 6e220f53..b9faf559 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ .git .github -.vscode .devcontainer .dockerignore .chezmoiversion diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 6c2976d6..00000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "install", - "type": "shell", - "command": "./install.sh" - } - ] -}