From b680dab5c9bf4d262207a22c657a20ae3724da88 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 6 Aug 2024 20:25:19 +0000 Subject: [PATCH] Ignore PHPUnit cache folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 25a887e38..0715ac049 100755 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,5 @@ _ide_helper_models.php storage/ldap_client_tls.cert storage/ldap_client_tls.key /storage/framework/testing + +/.phpunit.cache \ No newline at end of file