I’ve got a sublime-project like this:
[code]{
“folders”:
{
"path": ".",
"folder_exclude_patterns": "_doc", "cache", "logs", "_release"],
"file_exclude_patterns": "*.sublime-workspace"]
}
]
}
[/code]
In particular I’m excluding _doc, _release, etc. from the project. They seem to be excluded fine since they don’t show up in the side bar. However, when I do a search, ST also searches in this folder and returns all kind of unrelated results.
For instance, if I do this search:

I get results such as this, even though the file is in the _doc folder, which has been excluded:
Any idea how to avoid this?
