Skip to content

Instantly share code, notes, and snippets.

@thehig
Created August 18, 2016 10:36
Show Gist options
  • Save thehig/ed8d6356cba7ea626141dda581cb944f to your computer and use it in GitHub Desktop.
Save thehig/ed8d6356cba7ea626141dda581cb944f to your computer and use it in GitHub Desktop.
sublime: Example project patterns
{
"folders":
[
{
"file_exclude_patterns":
[
// "*.sln"
],
"folder_exclude_patterns":
[
"*"
],
"path": ".",
"name": "root"
},
{
"file_exclude_patterns": ["*.jsproj", "*.pfx", "*.winmd"],
"folder_exclude_patterns": ["captionsSampleData", "strings", "images", "pages"],
"path": "./addressvalidation-crossplatform",
"name": "project"
},
{
"path": "./addressvalidation-crossplatform/pages",
"name": "pages",
"folder_include_patterns": ["easyPost", "easyPostXbox"],
"file_exclude_patterns": ["*.css"]
}
// {
// "file_include_patterns":
// [
// "*.js"
// ],
// "path": "oauth-lib\\js\\src"
// },
// {
// "file_include_patterns":
// [
// "*.coffee"
// ],
// "name": "specs",
// "path": "oauth-lib\\specs"
// },
// {
// "path": "oauth-lib\\scripts"
// }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment