chore: add phpunit cache to gitignore

This commit is contained in:
Yisroel Baum 2026-05-16 21:34:50 +03:00
parent ee098ac0b5
commit 8a9b35abd3
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

3
backend/.gitignore vendored
View file

@ -1 +1,2 @@
vendor/
vendor/
.phpunit.cache/