Last active
November 26, 2019 20:06
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"binary_file_patterns": ["node_modules/*", "bower_components/*"] | |
} |
awesome
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
thank you -- very helpful