Created
June 4, 2015 10:11
-
-
Save inooid/ec36f37fd2ea7460aafb to your computer and use it in GitHub Desktop.
Remove node_modules folder from indexing in Sublime Text 2/3
This file contains hidden or 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
Show hidden characters
# This will remove the node_modules from the indexing, while still remaining | |
# its visibility in the sidebar | |
... | |
"binary_file_patterns": [ | |
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", | |
"*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "node_modules/*" | |
], | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment