Update .gitignore

This commit is contained in:
Vitor Mattos 2021-05-11 18:49:15 -03:00 committed by GitHub
commit 26be7f7c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
.idea .idea
.vscode
*.iml *.iml
/vendor/ /vendor/
/js/ /js/
@ -7,4 +8,4 @@ node_modules/
/.php_cs.cache /.php_cs.cache
.phpunit.result.cache .phpunit.result.cache
/docs/.vuepress/dist /docs/.vuepress/dist
*.phar *.phar