X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/7c3e544ce8647d19a541f8fe7bde1d6d9898a852..319e429eba8ee892a94d6053d6f60962cfde2e84:/.gitignore diff --git a/.gitignore b/.gitignore index 08cf564..6664173 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /.env.local /.env.local.php /.env.*.local -/config/bundles.php -/public/index.php /public/bundles/ /var/ /vendor/ @@ -15,3 +13,8 @@ .phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### + +###> phpunit/phpunit ### +/phpunit.xml +.phpunit.result.cache +###< phpunit/phpunit ###