Hello,
I work with a project where they have a test folder let’s call it “unit_test” that contains file with the same name as those in the rest of project. So whenever I do CTRL+P to find a file some_header.h I get two results (at least) and often open the wrong one, from unit_test folder. This is annoying so I wanted to instruct sublime to skip that folder from search pattern and added “folder_exclude_patterns”: [“unit_test”], into setting. It did not help.
So how can I exclude it?