Skip to content

Instantly share code, notes, and snippets.

@jbinto
Created March 20, 2014 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbinto/9665977 to your computer and use it in GitHub Desktop.
Save jbinto/9665977 to your computer and use it in GitHub Desktop.
Make Sublime Text not search through JS vendor/generated code (e.g. typical yeoman project)

In Preferences.sublime-settings (press CMD + , on OS X), add the following:

"folder_exclude_patterns": [".svn", ".git", ".hg", ".sass-cache", ".tmp", "node_modules", "dist", "bower_components"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment