Skip to content

Instantly share code, notes, and snippets.

View cmmash's full-sized avatar
🏠
Working from home

Ashish Kumar cmmash

🏠
Working from home
View GitHub Profile
@cmmash
cmmash / Global.sublime-settings
Created February 5, 2019 11:09 — forked from benatkin/Global.sublime-settings
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"]
}