I want to exclude a data folder and all its subfolders from all searches. In my project file, I have the setting:
“folder_exclude_patterns”: [“C/Dev/project/data/*”]
… but I cannot get this to work. I can’t specify every subfolder because there are thousands of them. Is this supposed to be possible, and if so, what am I doing wrong?