From ac3b854893f47c242806cc3597cfd3c2e6ac9584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Fri, 8 Nov 2024 21:29:38 +0900 Subject: [PATCH] Exclude PHPUnit auto-generated files from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 82cfc4e..b99bef9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea +.phpunit.result.cache composer.lock vendor