Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active April 25, 2016 04:14
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 ahmadawais/690a816ca158067708ad4dbe17822841 to your computer and use it in GitHub Desktop.
Save ahmadawais/690a816ca158067708ad4dbe17822841 to your computer and use it in GitHub Desktop.
Remove certain files permanently from Sublime via Preferences.sublime-settings
{
// Remove certain files permanently from Sublime via Preferences.sublime-settings.
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment