From 26be7f7c692a5d71b921ad2ea6286876fdffe0a0 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 11 May 2021 18:49:15 -0300 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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