12345678910111213141516171819202122232425 |
- /.web-server-pid
- /app/config/parameters.yml
- /build/
- /phpunit.xml
- /var/*
- !/var/cache
- /var/cache/*
- !var/cache/.gitkeep
- !/var/logs
- /var/logs/*
- !var/logs/.gitkeep
- !/var/sessions
- /var/sessions/*
- !var/sessions/.gitkeep
- !var/SymfonyRequirements.php
- /vendor/
- /web/bundles/
- /web/kea/
- /app/Resources/workflows/workflow_list.yml
- /app/config/bundles/hwi/oauth-bundle/parameters.yml
- /app/config/bundles/ik/audit-bundle/parameters.yml
- /app/config/bundles/ik/base-admin-bundle/parameters.yml
- /app/config/bundles/ik/device-bundle/parameters.yml
- /app/config/bundles/ik/webservice-bundle/parameters.yml
- .idea/
|