From 5837a53821fa03eb1c89b8a2b899d2a601a0b3b0 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Fri, 18 Mar 2022 11:52:24 +0100 Subject: [PATCH] Add .phpunit.result.cache to .gitignore This file is created by PHPUnit v8 when tests run. --- plugins/woocommerce/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce/.gitignore b/plugins/woocommerce/.gitignore index d2b20c141ff..88c7e8dfbfa 100644 --- a/plugins/woocommerce/.gitignore +++ b/plugins/woocommerce/.gitignore @@ -22,6 +22,7 @@ tests/cli/vendor /tests/e2e/docker /tests/e2e/screenshots /tests/e2e/plugins +.phpunit.result.cache # Packages /packages/*