For some reason, my project searches folders excluded with any of these settings:
“binary_file_patterns”: [“node_modules”]
“folder_exclude_patterns”: [“node_modules”]
I get immediate feedback that these settings are at least partially working, because
“binary_file_patterns” causes the folder tree to appear as a different colour:
and “folder_exclude_patterns” removes the folder from the tree. I’d post a picture as evidence but as a new user I’m limited to one image per post.
And yet, in both cases, the folder contents still show up in searches. It’s such a pain that I’m considering dropping Sublime entirely. Is this a bug? Am I doing something wrong?