Escreva os nomes das pastas que você não deseja ver na opção folder_exclude_pattern.
"folders":
[
{
"path": "templates",
"folder_exclude_patterns": [
"i_dont_want_this_folder",
"and this folder",
"i_want_this/but not this"
]
},
{
"path": "js"
}
]