mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🔨 Restore .gitignore and VSCode settings
This commit is contained in:
parent
cc1af9dc7f
commit
7a07eefc2f
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,5 +10,7 @@ yarn.lock
|
||||||
google-generated-credentials.json
|
google-generated-credentials.json
|
||||||
_START_PACKAGE
|
_START_PACKAGE
|
||||||
.env
|
.env
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
.idea
|
.idea
|
||||||
nodelinter.config.json
|
nodelinter.config.json
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
// "vetur.experimental.templateInterpolationService": true,
|
|
||||||
}
|
|
Loading…
Reference in a new issue