From: Douglas Greenshields Date: Tue, 18 Oct 2011 23:34:22 +0000 (+0200) Subject: Added parameters.yml to list for Symfony2. X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F207%2Fhead;p=gitignore.git Added parameters.yml to list for Symfony2. Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants. --- diff --git a/Symfony2.gitignore b/Symfony2.gitignore index ca99e24e..0b2956f9 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -10,3 +10,4 @@ web/bundles/* # Configuration files app/config/parameters.ini +app/config/parameters.yml