Created
August 18, 2016 10:36
-
-
Save thehig/ed8d6356cba7ea626141dda581cb944f to your computer and use it in GitHub Desktop.
sublime: Example project patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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