From 52725eabe5665abfaec98de98ec2a6320cc43447 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 3 Feb 2024 11:04:17 +0100 Subject: [PATCH] [BUGFIX] Git-ignore the PHPUnit result cache The corresponding file gets created by more recent versions of PHPUnit. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c1747f26..acf0d9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /.phive/* /.php-cs-fixer.cache /.php_cs.cache +/.phpunit.result.cache /composer.lock /phpstan.neon /vendor/