From 182f8f43548f697324f60c397b29c4bd297ac97c Mon Sep 17 00:00:00 2001 From: Pen-y-Fan <40126936+Pen-y-Fan@users.noreply.github.com> Date: Mon, 18 May 2020 22:40:16 +0100 Subject: [PATCH] Exclude phpunit result and phpstorm --- php/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/.gitignore b/php/.gitignore index 48b8bf9..92c5a59 100644 --- a/php/.gitignore +++ b/php/.gitignore @@ -1 +1,3 @@ vendor/ +/.phpunit.result.cache +/.idea \ No newline at end of file