feat: add exclude filter list (#878)

This commit is contained in:
Michael
2022-01-21 11:48:58 +02:00
committed by GitHub
parent a896a2b5a2
commit 9e2f6b6f25
3 changed files with 16 additions and 1 deletions

View File

@@ -441,7 +441,8 @@ local DEFAULT_OPTS = {
},
filters = {
dotfiles = false,
custom_filter = {}
custom_filter = {},
exclude = {}
},
git = {
enable = true,