diff --git a/.gitignore b/.gitignore index ed0f829..b6d51a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ -/vendor/ -composer.lock -.phpunit.cache \ No newline at end of file +.idea +.vscode +.phpunit.cache +.php-cs-fixer.cache +/vendor +composer.lock \ No newline at end of file