diff --git a/.gitignore b/.gitignore index e3a683f5a9..c4d362e124 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,9 @@ test_data/* # Doxygen Documentation/* + +# PHPUnit +/.phpunit.result.cache + +# php-cs-fixer +/.php_cs.cache