From 7b9ca37cb4e18df510ce770682d021c26ac544f1 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Wed, 21 Jan 2026 14:58:40 +0800 Subject: ignore `.phpunit.cache/` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3a9875b..08b4f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ composer.lock +.phpunit.cache/ -- cgit v1.2.3