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.

36 lines
636B

  1. ###> symfony/framework-bundle ###
  2. /.php-version
  3. /.env.local
  4. /.env.local.php
  5. /.env.*.local
  6. /config/secrets/prod/prod.decrypt.private.php
  7. /public/bundles/
  8. /public/uploads/
  9. /public/userfiles/*
  10. /public/robots.txt
  11. /public/assets/.sass-cache/
  12. /public/media/cache/
  13. /var/
  14. /vendor/
  15. ###< symfony/framework-bundle ###
  16. ###> symfony/phpunit-bridge ###
  17. .phpunit
  18. .phpunit.result.cache
  19. /phpunit.xml
  20. ###< symfony/phpunit-bridge ###
  21. /Lc/*
  22. /.idea/*
  23. ###> liip/imagine-bundle ###
  24. /public/media/cache/
  25. ###< liip/imagine-bundle ###
  26. ###> symfony/webpack-encore-bundle ###
  27. /node_modules/
  28. npm-debug.log
  29. yarn-error.log
  30. ###< symfony/webpack-encore-bundle ###