# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep

/app/dbtest.sqlite
/app/SymfonyRequirements.php
/app/check.php

# Parameters
/app/config/parameters.yml
/app/config/parameters.ini

!.gitignore
/nbproject/private/

# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements

/build/
/cache.properties
/composer.lock
/composer.phar
/vendor/

# Assets and user uploads
/web/bundles/
/web/uploads/
