1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-17 09:00:30 +03:00

🔨 Restore .gitignore and VSCode settings

This commit is contained in:
Iván Ovejero 2021-11-23 13:56:33 +01:00
parent cc1af9dc7f
commit 7a07eefc2f
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -10,5 +10,7 @@ yarn.lock
google-generated-credentials.json
_START_PACKAGE
.env
.vscode/*
!.vscode/extensions.json
.idea
nodelinter.config.json
nodelinter.config.json

View File

@ -1,3 +0,0 @@
{
// "vetur.experimental.templateInterpolationService": true,
}