SublimeText Exclude Directories In Go To Anything From Preferences
When you work on a lot of projects that have the same frameworks and there are directories you want to ignore in "Go To Anything", you can do so by adding the following to your Preferences.sublime-settings:
"folder_exclude_patterns": ["dist", "node_modules", ".git", ".sass-cache"]
I don't want to find any files in these directories (dist especially, as it's possible if you're not careful to edit files in your target instead of your source), and it helps to remove any potential cruft.
Written by Chase Adams
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Editor
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#