From feb0acaf4058351f5e87aa65c5cbbf4749163c53 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 9 Nov 2018 14:24:50 -0500 Subject: [PATCH] makes recipe consistent with symfony/flex 1.0 new env handling --- symfony/framework-bundle/3.3/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/manifest.json b/symfony/framework-bundle/3.3/manifest.json index 34798d55..bffbcfe7 100644 --- a/symfony/framework-bundle/3.3/manifest.json +++ b/symfony/framework-bundle/3.3/manifest.json @@ -18,7 +18,8 @@ "#TRUSTED_HOSTS": "localhost,example.com" }, "gitignore": [ - "/.env", + "/.env.local", + "/.env.*.local", "/%PUBLIC_DIR%/bundles/", "/%VAR_DIR%/", "/vendor/"