Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Last active November 26, 2019 20:06
Show Gist options
  • Save adamjohnson/77f7e200600171a8afa9 to your computer and use it in GitHub Desktop.
Save adamjohnson/77f7e200600171a8afa9 to your computer and use it in GitHub Desktop.
Exclude folder from search in Sublime Text. Helpful if you want to have the folder show up on the left, but don't want Sublime to search it when doing a "Find in Files" / project-wide search.
{
"binary_file_patterns": ["node_modules/*", "bower_components/*"]
}
@jriano
Copy link

jriano commented Nov 26, 2019

Is this only for sublime text 2? It does not work for my sublime 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment