From 38a32617a9d1dda39251a1e3f9bcb41def1ee0a5 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 23 Mar 2017 17:09:17 -0700 Subject: [PATCH] simplified a manifest --- recipes/symfony/framework-bundle/manifest.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index 9964df3b..b305db00 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -32,16 +32,7 @@ ], "gitignore": [ ".env", - "/var/*", - "!/var/cache", - "/var/cache/*", - "!var/cache/.gitkeep", - "!/var/logs", - "/var/logs/*", - "!var/logs/.gitkeep", - "!/var/sessions", - "/var/sessions/*", - "!var/sessions/.gitkeep", + "/var/", "/vendor/", "/web/bundles/" ],