diff --git a/.gitignore b/.gitignore index df991db82c..5ac6de748d 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,9 @@ tests/*/vendor/* /tests/php-unit-tests/phpunit.xml /tests/php-unit-tests/postbuild_integration.xml +# PHP CS Fixer: Cache file +/.php-cs-fixer.cache + # Jetbrains /.idea/**