From 2faf06e2694d012494227cfd7210b49f43b9d054 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Fri, 29 Nov 2024 00:09:27 +0000 Subject: [PATCH] chore: ignore phpunit result cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f7b826cc..84d11caf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !docker/.env .env .env.* +.phpunit.result.cache /.phpunit.cache /docker/mysql /node_modules