Symfony3 and .gitignore
问题 I've just tried cloning a Symfony3 project from github and realised it doesn't include /bin/ (as this was not required in Symfony2). I have now updated my .gitignore to take out the /bin/ and /build/ directories to avoid this happening in future. Are there any other modifications that I'm missing that we should be making to a 'standard' Symfony3 .gitignore file? My current content is as follows now: /app/config/parameters.yml /composer.phar /vendor/ /web/bundles/ /var/ !var/cache/.gitkeep