diff --git a/.gitignore b/.gitignore index 5ea1bac..04f05e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,14 +3,17 @@ composer.phar # ignore testdata with credentials -/tests/integration/testdata.ini -/tests/integration/integration.ini +/tests/Integration/testdata.ini +/tests/Integration/integration.ini # ignore ide configuration .idea/ # ignore phpunit-cache .phpunit.result.cache +# ignore php-cs-fixer cache +.php-cs-fixer.cache + # ignore log-files *.log