From a9b12dd8c3e06ab57c70b61f03482fee5b6ce035 Mon Sep 17 00:00:00 2001 From: Christian Ruigrok Date: Fri, 16 Aug 2019 14:56:47 +0200 Subject: [PATCH] add .vscode to gitignore --- .gitignore | 3 +-- .vscode/launch.json | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index eea031a..52134dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - # Created by https://www.gitignore.io/api/node # Edit at https://www.gitignore.io/?templates=node @@ -97,4 +96,4 @@ typings/ build/ yarn.lock .vscode/* -!.vscode/launch.json \ No newline at end of file +.idea/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index fadbec6..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "attach", - "name": "Node: Nodemon", - "processId": "${command:PickProcess}", - "restart": true, - "protocol": "inspector" - } - ] -}