feat: add exclude filter list (#878)
This commit is contained in:
@@ -441,7 +441,8 @@ local DEFAULT_OPTS = {
|
||||
},
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
custom_filter = {}
|
||||
custom_filter = {},
|
||||
exclude = {}
|
||||
},
|
||||
git = {
|
||||
enable = true,
|
||||
|
||||
Reference in New Issue
Block a user