Add Block settings to dotenv reader
Now blocks can be set as prefix names for variables via [Block Name] type grouping.
This commit is contained in:
@@ -78,7 +78,8 @@ return [
|
||||
// to parse, but not analyze
|
||||
"exclude_analysis_directory_list" => [
|
||||
'vendor',
|
||||
'test'
|
||||
'test',
|
||||
'tmp'
|
||||
],
|
||||
'exclude_file_list' => [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user