🔨 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,
}