Last active
August 29, 2015 13:57
-
-
Save soenkekluth/9790001 to your computer and use it in GitHub Desktop.
sublime-project
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": | |
[ | |
{ | |
"follow_symlinks": true, | |
"path": ".", | |
"folder_exclude_patterns": [ "release", "public", "dist", "material" ] | |
} | |
], | |
"ternjs": | |
{ | |
"exclude": ["public/**", "dist/**", "material/**", "release/**", "node_modules/**"], | |
"libs": ["browser", "underscore", "jquery", "ecma5"], | |
"plugins": { | |
// remove the comments if plugins are not needed. pythons json interpreter doesn't like them | |
// "angular":{}, | |
// "component":{}, | |
// "doc_comment":{}, | |
// "node":{}, | |
// "meteor":{}, | |
// "requirejs":{} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment