From 97de996895c2af71e1f2a3e4a4b6ed4448005008 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:02:45 +0200 Subject: [PATCH] Reorder entries --- Symfony2.gitignore | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 5f50b3cb..37ff0ae8 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,19 +1,23 @@ # Bootstrap /app/bootstrap.php.cache -# Symfony directories -/bin/ -/vendor/ -/app/logs/* +# Cache and logs /app/cache/* +/app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep -/web/uploads/ -/web/bundles/ -# Configuration files -/app/config/parameters.ini +# Parameters /app/config/parameters.yml +/app/config/parameters.ini + +# Dependencies +/bin/ +/vendor/ + +# Assets +/web/bundles/ +/web/uploads/ # PHPUnit /app/phpunit.xml