From: Alexander Trauzzi Date: Thu, 4 Aug 2011 11:41:51 +0000 (-0500) Subject: Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensi... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F185%2Fhead;p=gitignore.git Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini. --- 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