From 8a9b35abd3c817dc03bbd07fe3c80e172620797c Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 16 May 2026 21:34:50 +0300 Subject: [PATCH] chore: add phpunit cache to gitignore --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index a725465..c15afe2 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1 +1,2 @@ -vendor/ \ No newline at end of file +vendor/ +.phpunit.cache/