diff --git a/.gitignore b/.gitignore index 0457fdcbd..aca4785c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.vscode *.iml /vendor/ /js/ @@ -7,4 +8,4 @@ node_modules/ /.php_cs.cache .phpunit.result.cache /docs/.vuepress/dist -*.phar \ No newline at end of file +*.phar