From 6ce3a7a2e2660fb03b908ffdb06f7555298008d3 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Tue, 27 Dec 2016 14:04:57 +0100 Subject: [PATCH] Remove .vscode --- .gitignore | 1 + .vscode/tasks.json | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.gitignore b/.gitignore index 6c575c26c79..8c4179e2841 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ www .DS_Store npm-debug.log yarn-error.log +.vscode diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index dbb12dd67fe..00000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "0.1.0", - "command": "tsc", - "isShellCommand": true, - "args": ["-w", "-p", "."], - "showOutput": "silent", - "isWatching": true, - "problemMatcher": "$tsc-watch" -} \ No newline at end of file