123456789101112131415161718192021 |
- /app/config/parameters.yml
- /app/Resources/stats_crontab
- /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/
- /app/config/bundles/ik/webservice-bundle/parameters.yml
- /app/config/bundles/ik/base-admin-bundle/parameters.yml
- /app/config/bundles/hwi/oauth-bundle/parameters.yml
- .idea
|