From 31b1699de75f701fefdadc47361c42f4444ab0f3 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Thu, 2 Sep 2021 15:06:27 +0100 Subject: [PATCH] Ignore PHPUnit results cache file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ba13e90d..6591b97d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ .project/ .settings/ .vscode/ + +.phpunit.result.cache