From ddec169fbd2f1e0d75471cd90020320334e5b5f2 Mon Sep 17 00:00:00 2001 From: Alexander Trauzzi Date: Thu, 4 Aug 2011 06:41:51 -0500 Subject: [PATCH] Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini. --- Symfony2.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 3cdb9605..f50b6f5c 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,4 +1,7 @@ +app/bootstrap* */logs/* */cache/* web/uploads/* web/bundles/* +vendor/ +app/config/parameters.ini \ No newline at end of file