The documentation does not describe the behaviour for folder_exclude_patterns. I’d like to know if rules are case sensitive and support regular expression for Linux OS.
I need rules for
build*/
debug*/
release*/
Are excluded files, folders and binary_file_patterns still indexed? Doesn’t seem to make sense to index these files yet index_exclude_patterns defaults to
"index_exclude_patterns": ["*.log"]
so I think I should throw in all these there, too.
P.S.: regex is not the correct term here but I can’t come up with the right one 