From 2c6bb3147a53f43480527a3d2837c62181a3df7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Marodon?= Date: Thu, 28 Oct 2021 22:04:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20PHPUnit=20result=20cache?= =?UTF-8?q?=20file=20to=20ignore=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémy Marodon --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a55b00d..4e040c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vendor/ /composer.lock /.phpcs-cache +/.phpunit.result.cache