diff --git a/.gitignore b/.gitignore index 070a0fd..2b3e48e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.min.js *.min.css -./index.html \ No newline at end of file +./index.html +.vscode \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 26b6491..0000000 --- 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": [ - { - "taskName": "echo", - "type": "shell", - "command": "echo Hello" - } - ] -} \ No newline at end of file