Fixing zero config ignore setting
This commit is contained in:
parent
9ecd3bfa11
commit
e145d27c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class Build extends BuildBase
|
|||
$config = array(
|
||||
'build_settings' => array(
|
||||
'ignore' => array(
|
||||
'vendor/',
|
||||
'vendor',
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue