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/" ],