From e232e44dcdf72ff1b018524e386eb408a1864732 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 19:07:35 +0100 Subject: [PATCH] chore(git): add ignored files phpunit files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c2d6405..d71b679 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,8 @@ yarn-error.log /public/media/ /migrations/* !/migrations/.gitkeep + +###> phpunit/phpunit ### +/phpunit.xml +.phpunit.result.cache +###< phpunit/phpunit ###