From 9f6112e70ab9525d5165df83adf652f23b0e774f Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Mon, 11 Oct 2021 19:21:21 +0100 Subject: [PATCH] Ignore phpunit result cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e728a7..b6c9443 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock vendor/ infection.log tests/spec_cache.txt +.phpunit.result.cache