X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/7c3e544ce8647d19a541f8fe7bde1d6d9898a852..c4438f66f2ebfd5ae516c3174ac2b68c7e807189:/.gitignore diff --git a/.gitignore b/.gitignore index 08cf564..e456fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ +# Project git ignored files ###> symfony/framework-bundle ### /.env.local /.env.local.php /.env.*.local -/config/bundles.php -/public/index.php +/config/secrets/prod/prod.decrypt.private.php /public/bundles/ /var/ /vendor/ @@ -15,3 +15,21 @@ .phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### + +###> phpunit/phpunit ### +/phpunit.xml +.phpunit.result.cache +###< phpunit/phpunit ### + +###> rapsys/airbundle ### +/..bfg-report/ +/backup/ +/public/image/ +/public/test/ +/TODROP +/composer.lock +/symfony.lock +.*.un~ +*.orig +*.deadcode +###< rapsys/airbundle ###