diff --git a/symfony/flex/1.0/.env.dist b/symfony/flex/1.0/.env.dist new file mode 100644 index 00000000..2148dfc4 --- /dev/null +++ b/symfony/flex/1.0/.env.dist @@ -0,0 +1,3 @@ +# This file is a "template" of which env vars need to be defined for your application +# Copy this file to .env file for development, create environment variables when deploying to production +# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration 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/"