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.

Symfony2.gitignore 327B

123456789101112131415161718192021222324
  1. # Cache and logs
  2. /app/cache/*
  3. /app/logs/*
  4. !app/cache/.gitkeep
  5. !app/logs/.gitkeep
  6. # Parameters
  7. /app/config/parameters.yml
  8. /app/config/parameters.ini
  9. # Managed by Composer
  10. /app/bootstrap.php.cache
  11. /bin/
  12. /vendor/
  13. # Assets and user uploads
  14. /web/bundles/
  15. /web/uploads/
  16. # PHPUnit
  17. /app/phpunit.xml
  18. # Composer PHAR
  19. /composer.phar