From a28e2d827745c3f9dfbaa70aae453ce8d92a5899 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 28 Feb 2023 13:35:35 +0100 Subject: [PATCH] Ignore the cache dir of PHPUnit 10 (#10546) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a93c4a573b..4b84f4214b1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,5 +15,6 @@ vendor/ /tests/Doctrine/Performance/history.db /.phpcs-cache composer.lock +.phpunit.cache .phpunit.result.cache /*.phpunit.xml