Skip to content

Instantly share code, notes, and snippets.

@inooid
Created June 4, 2015 10:11
Show Gist options
  • Save inooid/ec36f37fd2ea7460aafb to your computer and use it in GitHub Desktop.
Save inooid/ec36f37fd2ea7460aafb to your computer and use it in GitHub Desktop.
Remove node_modules folder from indexing in Sublime Text 2/3
# 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