Skip to content

Instantly share code, notes, and snippets.

@Martin91
Last active August 29, 2015 14:27
Show Gist options
  • Save Martin91/dedc32520efa81e70188 to your computer and use it in GitHub Desktop.
Save Martin91/dedc32520efa81e70188 to your computer and use it in GitHub Desktop.
Sublime Project Folder Exclude Patterns
{
"folders":
[
{
"path": "project-source",
"folder_exclude_patterns": ["*-source/doc", "*-source/tmp", "*-source/log", "*-source/.yardoc"]
},
{
"path": "project-notes"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment