From 6166e3955b512d8bcd1451b3056ad55b53345851 Mon Sep 17 00:00:00 2001 From: quansenB Date: Tue, 29 Oct 2019 00:14:04 +0100 Subject: [PATCH] add -vscode to gitignore --- .gitignore | 1 + package.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0466b83695..1b2f93c3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ yarn.lock google-generated-credentials.json _START_PACKAGE .env +.vscode diff --git a/package.json b/package.json index b045830f51..b9d1ec33d2 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,9 @@ "lerna": "^3.13.1", "run-script-os": "^1.0.7" }, - "postcss": {} + "postcss": {}, + "dependencies": { + "n8n-node-dev": "^0.5.0", + "typescript": "^3.6.4" + } }