1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

add -vscode to gitignore

This commit is contained in:
quansenB 2019-10-29 00:14:04 +01:00
parent 5dcb2a74f2
commit 6166e3955b
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ yarn.lock
google-generated-credentials.json
_START_PACKAGE
.env
.vscode

View File

@ -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"
}
}