X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/7c3e544ce8647d19a541f8fe7bde1d6d9898a852..223b4f73e9303548e492e3ae937aafbbfa48a2be:/.gitignore

diff --git a/.gitignore b/.gitignore
index 08cf564..3756088 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/prod/prod.decrypt.private.php
 /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 ###