.gitignore
344 Bytes
/web/uploads/
/app/bootstrap.php.cache
/app/cache/*
/app/sessions/
/app/config/parameters.yml
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
/app/phpunit.xml
/build/
/vendor/
/bin/
/composer.phar
/nbproject/private/
!AppController.php
# Linux
.*
!.gitignore
!.htaccess
*~
*.*~
#phpstorm
.idea/*
.idea*
.idea/sym_cea.iml
.idea/workspace.xml