diff --git a/.gitignore b/.gitignore index 7aeca4822f..a4a04dd333 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,11 @@ /.php_cs.cache ###< friendsofphp/php-cs-fixer ### -/file +###> phpunit/phpunit ### +/phpunit.xml +.phpunit.result.cache +###< phpunit/phpunit ### + DOCUMENTATION/database/* !DOCUMENTATION/database/database.pdf @@ -31,4 +35,5 @@ docker/*/*.env docker-compose.yaml # V2 -config.php \ No newline at end of file +config.php +/file \ No newline at end of file