From c2b6723b4d7e41638683fd83e66d94a28d9cc782 Mon Sep 17 00:00:00 2001 From: Yoel Peter Chandra Date: Fri, 19 Jul 2024 01:10:51 +0700 Subject: [PATCH] chore: add phpunit cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91bce2a..f116426 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ .DS_Store .env.testing .phpunit.result.cache +/.phpunit.cache coverage.xml composer.lock