From 14f280fd20b31f0ca90487eca3bd69add6e9c701 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 8 Jan 2021 19:05:20 -0300 Subject: [PATCH] Ignore PHPUnit cache file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97db6254e..6668d2e05 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /vendor/ /build/ node_modules/ -/.php_cs.cache \ No newline at end of file +/.php_cs.cache +.phpunit.result.cache \ No newline at end of file