Add .env and .env.example to app_files

This commit is contained in:
Andreas Schneider
2021-09-18 14:40:05 +02:00
committed by GitHub
parent 2bd44229d5
commit fa8af46a17

View File

@@ -17,7 +17,7 @@ return [
'views_path' => DI\string('{app_path}/views'),
/** Array of application files (to be hidden) */
'app_files' => ['app', 'index.php', '.hidden'],
'app_files' => ['app', 'index.php', '.hidden', '.env', '.env.example'],
/** Array of application middlewares */
'middlewares' => function (): array {