From 4414be0017be070ea1b732d7ea07f69c4f366d9c Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 24 May 2023 20:23:35 +0000 Subject: [PATCH] Ignore PHPUnit cache folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ccd37b582f..cb1d231ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ bin/ lib/ lib64 pyvenv.cfg + +/.phpunit.cache \ No newline at end of file