X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/7c3e544ce8647d19a541f8fe7bde1d6d9898a852..refs/heads/master:/.gitignore diff --git a/.gitignore b/.gitignore index 08cf564..5b00b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,34 @@ +# Project git ignored files ###> symfony/framework-bundle ### /.env.local /.env.local.php /.env.*.local -/config/bundles.php -/public/index.php +/config/secrets/ /public/bundles/ /var/ /vendor/ ###< symfony/framework-bundle ### ###> symfony/phpunit-bridge ### -.phpunit .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 ###