From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:25:37 +0000 (+0100) Subject: Add rapsys air bundle ignores X-Git-Tag: 0.1.0~57 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/dd20da8ca4625ff168d9600df7636f632bb1d6a0 Add rapsys air bundle ignores --- diff --git a/.gitignore b/.gitignore index 6664173..dc33da9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Project git ignored files ###> symfony/framework-bundle ### /.env.local @@ -18,3 +19,16 @@ /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 ###