mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-24 14:42:53 +02:00
Add .env and .env.example to app_files
This commit is contained in:
committed by
GitHub
parent
2bd44229d5
commit
fa8af46a17
@@ -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 {
|
||||
|
Reference in New Issue
Block a user