diff --git a/.gitignore b/.gitignore index 57f6a194..29e4a489 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -vendor +*.cache +*.code-workspace composer.lock -phpunit.xml env.php -*.cache \ No newline at end of file +phpunit.xml +vendor