Remove .vscode directory, and add it to .gitignore

pull/583/head
vlakoff 9 months ago
parent 17002a6f0d
commit 0edcd872ea
No known key found for this signature in database
GPG Key ID: 4A708413B87F0AC2

3
.gitignore vendored

@ -1,4 +1,5 @@
.idea
.idea/
.vscode/
vendor/
composer.phar
composer.lock

@ -1,5 +0,0 @@
{
"php.suggest.basic": false,
"editor.detectIndentation": false,
"editor.insertSpaces": true
}
Loading…
Cancel
Save