Skip to content

Instantly share code, notes, and snippets.

View davps's full-sized avatar

David Perez davps

View GitHub Profile
@davps
davps / Global.sublime-settings
Last active November 15, 2016 21:47 — forked from benatkin/Global.sublime-settings
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"]
}