N°6754 - PHP unit tests: Add local PHPUnit XML files to .gitignore

This commit is contained in:
Molkobain
2023-09-18 15:23:52 +02:00
parent dc0cd44c79
commit d4dbbc59d4

4
.gitignore vendored
View File

@@ -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