From d3e609769e34da919f867b9ce10950432518fa82 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 23 Jul 2026 22:20:36 -0400 Subject: [PATCH] chore: implement php test suites Signed-off-by: Sebastian --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5303cdc..cb2cf08 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,7 @@ node_modules/ /vendor/ /lib/vendor/ coverage/ -phpunit.xml.cache -.phpunit.result.cache -.php-cs-fixer.cache -.phpstan.cache +*.cache .phpactor/ # Editors -- 2.39.5