Skip to content

Instantly share code, notes, and snippets.

@davps
Forked from benatkin/Global.sublime-settings
Last active November 15, 2016 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davps/992bc274012f9cc991a2152f56bdb575 to your computer and use it in GitHub Desktop.
Save davps/992bc274012f9cc991a2152f56bdb575 to your computer and use it in GitHub Desktop.
excluding node_modules from Sublime Text 2 and 3
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_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