From 9cc0913f6eff1e548d35710d2d84d5a46aea4175 Mon Sep 17 00:00:00 2001 From: "Michael C." Date: Fri, 24 Aug 2012 01:42:25 +0200 Subject: [PATCH] Update the Symfony2 to ignore composer Also ignore the new doctrine bin folder --- Symfony2.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 0b2956f9..afb59780 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -2,7 +2,6 @@ app/bootstrap* # Symfony directories -vendor/* */logs/* */cache/* web/uploads/* @@ -11,3 +10,8 @@ web/bundles/* # Configuration files app/config/parameters.ini app/config/parameters.yml + +# Composer dependencies +vendor/* +composer.phar +bin/* \ No newline at end of file