Skip to content

Instantly share code, notes, and snippets.

@netbe
Created June 19, 2012 18:37
Show Gist options
  • Save netbe/2955795 to your computer and use it in GitHub Desktop.
Save netbe/2955795 to your computer and use it in GitHub Desktop.
sublime 2 text project template (exclude directories)
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["log", "script", "tmp", "doc", "coverage"],
"file_exclude_patterns": ["*bak", "*~"]
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment