From 774cf8086abc835d1188d15b363c3136bdbc15ef Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Oct 2019 14:57:06 +0100 Subject: [PATCH] Ignore .phpunit.result.cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a9ace7c3..108f6b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /output_*/ /source/build/ /vendor/ +/.phpunit.result.cache