]> Raphaƫl G. Git Repositories - airlibre/blobdiff - .gitignore
Ignore config secrets
[airlibre] / .gitignore
index 6664173e46406024f78da7be0e9952e612427575..5b00b02610eae4085270ee697746fb3198dac123 100644 (file)
@@ -1,15 +1,16 @@
+# Project git ignored files
 
 ###> symfony/framework-bundle ###
 /.env.local
 /.env.local.php
 /.env.*.local
+/config/secrets/
 /public/bundles/
 /var/
 /vendor/
 ###< symfony/framework-bundle ###
 
 ###> symfony/phpunit-bridge ###
-.phpunit
 .phpunit.result.cache
 /phpunit.xml
 ###< symfony/phpunit-bridge ###
 /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 ###