mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
add -vscode to gitignore
This commit is contained in:
parent
5dcb2a74f2
commit
6166e3955b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ yarn.lock
|
|||
google-generated-credentials.json
|
||||
_START_PACKAGE
|
||||
.env
|
||||
.vscode
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue