Add .vscode folder to the .gitignore and remove it from the repository

This commit is contained in:
Rafael Oleza 2019-06-12 14:01:12 +02:00
parent 6c83a23a26
commit 5fb69fc7af
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ Thumbs.db
.project
.svn
.nvm-version
.vscode
node_modules
npm-debug.log
debug.log

View File

@ -1,3 +0,0 @@
{
"eslint.enable": true
}