16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"blacklist": [
|
|
"FolderA/aaa/bbb.jpg",
|
|
"FolderB/File*",
|
|
"*something*",
|
|
"*.pdf"
|
|
],
|
|
"thread_count": 4,
|
|
"jobs": [
|
|
{
|
|
"itemId": "0",
|
|
"localDirectory": "./test"
|
|
}
|
|
]
|
|
}
|