From 8d8d48a2bbdb5db61a210e123d99515ca4a9f52a Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 20 Jul 2016 10:44:46 +0200 Subject: Remove binary from repo Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 02e921f8..f596c7b8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ /var/sessions/* !var/sessions/.gitkeep !var/SymfonyRequirements.php +/bin/* +!/bin/console +!/bin/symfony_requirements # Parameters /app/config/parameters.yml -- cgit v1.2.3