From 9249a0e8fd513169a62f209f5dba241b76ce4059 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 20 Feb 2023 14:46:16 +0100 Subject: [PATCH] Add new PHPUnit cache directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6373b01..51522731 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ coverage phpcs.xml /.phpcs.cache /.phpunit.result.cache +/.phpunit.cache /build