.gitignore /web/bundles/ /app/bootstrap.php.cache /app/cache/* /app/config/parameters.yml /app/logs/* /build/ /vendor/ /bin/ /composer.phar /data/uploads .idea should to be in your global .gitignore
Miscellaneous • Use XML for Service Definitions • Remember you can use Environment Variables (Apache, Nginx, ...) • Use %kernel.root_dir% as a reference
Security • Make sure there are no leaks in the security.yml access_control section! • Better: Check Authorization in Controller, possibly use SecurityExtraBundle