.gitignore 592 B

12345678910111213141516171819202122232425
  1. /.web-server-pid
  2. /app/config/parameters.yml
  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. /web/kea/
  19. /app/Resources/workflows/workflow_list.yml
  20. /app/config/bundles/hwi/oauth-bundle/parameters.yml
  21. /app/config/bundles/ik/audit-bundle/parameters.yml
  22. /app/config/bundles/ik/base-admin-bundle/parameters.yml
  23. /app/config/bundles/ik/device-bundle/parameters.yml
  24. /app/config/bundles/ik/webservice-bundle/parameters.yml
  25. .idea/