From 4c453d5fd93e5b7b5bd898d4a85770a9135e89e8 Mon Sep 17 00:00:00 2001 From: lcoln <875482941@qq.com> Date: Fri, 15 Sep 2017 22:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .vscode/tasks.json | 12 ------------ 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .vscode/tasks.json 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