You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
298B

  1. ###> symfony/framework-bundle ###
  2. /.env.local
  3. /.env.local.php
  4. /.env.*.local
  5. /config/secrets/prod/prod.decrypt.private.php
  6. /public/bundles/
  7. /var/
  8. /vendor/
  9. ###< symfony/framework-bundle ###
  10. ###> symfony/phpunit-bridge ###
  11. .phpunit
  12. .phpunit.result.cache
  13. /phpunit.xml
  14. ###< symfony/phpunit-bridge ###