.gitignore 446 B

123456789101112131415161718192021
  1. /app/config/parameters.yml
  2. /app/Resources/stats_crontab
  3. /build/
  4. /phpunit.xml
  5. /var/*
  6. !/var/cache
  7. /var/cache/*
  8. !var/cache/.gitkeep
  9. !/var/logs
  10. /var/logs/*
  11. !var/logs/.gitkeep
  12. !/var/sessions
  13. /var/sessions/*
  14. !var/sessions/.gitkeep
  15. !var/SymfonyRequirements.php
  16. /vendor/
  17. /web/bundles/
  18. /app/config/bundles/ik/webservice-bundle/parameters.yml
  19. /app/config/bundles/ik/base-admin-bundle/parameters.yml
  20. /app/config/bundles/hwi/oauth-bundle/parameters.yml
  21. .idea