feat(filtering): negative name filter

This commit is contained in:
Alexey Kasyanchuk
2018-05-16 19:20:16 +03:00
parent 090a34fb87
commit 21dedba555
3 changed files with 20 additions and 1 deletions

View File

@ -40,6 +40,7 @@ let config = {
filters: {
maxFiles: 0,
namingRegExp: '',
namingRegExpNegative: false,
adultFilter: false,
},