Skip to content

Commit feb0aca

Browse files
committed
makes recipe consistent with symfony/flex 1.0 new env handling
1 parent d2599a1 commit feb0aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/framework-bundle/3.3/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"#TRUSTED_HOSTS": "localhost,example.com"
1919
},
2020
"gitignore": [
21-
"/.env",
21+
"/.env.local",
22+
"/.env.*.local",
2223
"/%PUBLIC_DIR%/bundles/",
2324
"/%VAR_DIR%/",
2425
"/vendor/"

0 commit comments

Comments
 (0)