Skip to content

Instantly share code, notes, and snippets.

View pranavrajs's full-sized avatar
🛖
Working from home

Pranav pranavrajs

🛖
Working from home
View GitHub Profile
@benatkin
benatkin / Global.sublime-settings
Created July 20, 2011 04:26
excluding node_modules from Sublime Text 2
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
}