feat(actions): expand_all 'exclude' option (#1388)

This commit is contained in:
Krasimir Zahariev
2022-07-02 16:17:39 +00:00
committed by GitHub
parent cbbc799e6c
commit 21516f447b
3 changed files with 25 additions and 5 deletions

View File

@@ -540,6 +540,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
},
expand_all = {
max_folder_discovery = 300,
exclude = {},
},
open_file = {
quit_on_open = false,