Skip to content

Instantly share code, notes, and snippets.

@shaneturner
Created October 18, 2016 03:39
Show Gist options
  • Save shaneturner/fce8625fa47d6b4d7409501691042654 to your computer and use it in GitHub Desktop.
Save shaneturner/fce8625fa47d6b4d7409501691042654 to your computer and use it in GitHub Desktop.
To remove node_modules definitions from Sublime Text definitions popup.
{
"binary_file_patterns": [".svn/", ".git/", ".hg/", "CVS/", "node_modules/", "bower_components/"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment