mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -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
|
google-generated-credentials.json
|
||||||
_START_PACKAGE
|
_START_PACKAGE
|
||||||
.env
|
.env
|
||||||
|
.vscode
|
||||||
|
|
|
@ -16,5 +16,9 @@
|
||||||
"lerna": "^3.13.1",
|
"lerna": "^3.13.1",
|
||||||
"run-script-os": "^1.0.7"
|
"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