binary_file_patterns does not behave like it does in sublime 2.
I’m trying to exclude folders from the find but not from the sidebar, but binary_file_patterns doesn’t do the job despite what many online answers seem to say. ( a lot of comments for these answers mention that it doesn’t work in sublime 3)
e.g: I’m trying to exclude any folder called build, but this doesn’t work with this in the user Preferences.sublime-settings:
[code] “binary_file_patterns”:
"build",
"*/build/*",
"/build/*",
"build/*",
"build/**",
"\\build\\*",
"D:\\<fullpath>\\build\\*",
],[/code]
running win8, 64 bit, sublime 3 3083.
I’ve tried restarting sublime, etc. no dice.