diff --git a/.gitignore b/.gitignore index 733ceba1..e2b00b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +/.phpunit.result.cache /output_*/ /vendor/ @@ -7,7 +8,3 @@ /node_modules/ /source/build/ - -# PHPUnit. -/.phpunit.cache/ -/.phpunit.result.cache