From d4dbbc59d4f608ddf7f9b97564ba8d17c1fcdc5b Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 18 Sep 2023 15:23:52 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06754=20-=20PHP=20unit=20tests:=20Add=20l?= =?UTF-8?q?ocal=20PHPUnit=20XML=20files=20to=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3084ea2c3..e82c77b36 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,10 @@ tests/*/vendor/* !/log/index.php !/log/web.config -# PHPUnit cache file +# PHPUnit: Cache file, local XML working copies /tests/php-unit-tests/.phpunit.result.cache +/tests/php-unit-tests/phpunit.xml +/tests/php-unit-tests/postbuild_integration.xml # Jetbrains