X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/7af8fb91192d28bec74ee3af4c394560b9341192..389ede2e78193be2d2e97865a00ff19aa36661ac:/.gitignore diff --git a/.gitignore b/.gitignore index d4dd146..e456fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ +# Project git ignored files ###> symfony/framework-bundle ### /.env.local /.env.local.php /.env.*.local +/config/secrets/prod/prod.decrypt.private.php /public/bundles/ /var/ /vendor/ @@ -13,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 ###