Here is my Preferences.sublime-settings file:
{ "bold_folder_labels": true, "highlight_line": true, "ignored_packages": [ "Vintage" ], "remember_open_files": true, "folders": [ { "file_exclude_patterns": ["*.sublime-workspace"] } ] }
When I look at all my open files and folders in the sidebar (cmd-shift-f), I still get search results, including workspace files that live in one of the directories that I opened. For example, if I have ~/foo open and have a file ~/foo/bar/hello.sublime-workspace , it will be included in the search results.
How do I get Sublime to never include .sublime-workspace files in my searches?
sublimetext2 sublimetext
2rs2ts
source share