From b86c094e6804fe04172390d8850ea0dcf3cf307e Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 10 Sep 2019 14:47:24 +0200 Subject: [PATCH] Make `.vscode/` developer-specific instead of repo-specific --- .gitignore | 1 + .vscode/launch.json | 15 --------------- .vscode/settings.json | 3 --- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 2689dd4..883df6a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coverage dist package-lock.json yarn.lock +.vscode diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 025b914..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Run active AVA test", - "program": "${workspaceRoot}/node_modules/ava/profile.js", - "args": ["${file}", "--serial"] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cac0e10..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "editor.formatOnSave": true -} \ No newline at end of file