From: Carl Suster Date: Mon, 1 Sep 2014 05:15:27 +0000 (+1000) Subject: Remove legacy Symfony template X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a383e55;p=gitignore.git Remove legacy Symfony template Quoting from http://symfony.com/legacy The symfony 1.x branch of the framework started in 2005 and the latest stable version and long term support release is symfony 1.4. As of November 2012, symfony 1.x is not maintained anymore and you are encouraged to have a look at Symfony2 for any new projects. --- diff --git a/Symfony.gitignore b/Symfony.gitignore deleted file mode 100644 index e5d08cbe..00000000 --- a/Symfony.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -cache/* -log/* -web/uploads/* -config/databases.yml -config/propel.ini -data/sql/* -lib/filter/doctrine/base/Base* -lib/filter/doctrine/*Plugin/base/Base* -lib/form/doctrine/base/Base* -lib/form/doctrine/*Plugin/base/Base* -lib/model/doctrine/base/Base* -lib/model/doctrine/*Plugin/base/Base* -lib/model/om/* -lib/model/map/* -web/*Plugin/*