Skip to content

Instantly share code, notes, and snippets.

@cycold
Created April 10, 2014 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cycold/10361392 to your computer and use it in GitHub Desktop.
Save cycold/10361392 to your computer and use it in GitHub Desktop.
sublime 项目配置文件示例
{
"folders":
[
{
"follow_symlinks": true,
"path": "text_notes"
},
{
"follow_symlinks": true,
"path": "H"
},
{
"follow_symlinks": true,
"path": "W"
},
{
"follow_symlinks": true,
"path": "Z"
},
{
"follow_symlinks": true,
"path": "mygit"
},
{
"follow_symlinks": true,
"path": "E:\\work\\2014"
},
{
"follow_symlinks": true,
"path": "E:\\work\\share"
},
{
"follow_symlinks": true,
"path": "w\\joomla\\xampp\\htdocs\\wordpress\\wp-content\\themes\\hnby"
},
{
"follow_symlinks": true,
"path": "W\\joomla\\xampp\\htdocs\\wordpress_demo_1\\wp-content\\themes\\icewater3.3.3"
},
{
"follow_symlinks": true,
"path": "W\\joomla\\xampp\\htdocs\\wordpress_demo_3\\wp-content\\themes\\smartbox-wordpress"
},
{
"follow_symlinks": true,
"path": "W\\joomla\\xampp\\htdocs\\wordpress_demo_1\\wp-content\\themes\\twentyfourteen"
},
{
"follow_symlinks": true,
"path": "W\\joomla\\xampp\\htdocs\\wordpress\\wp-content\\themes\\BuBuShow_V06"
}
],
"settings":
{
"sublime-view-in-browser":
{
"basePath": "E:\\work",
"baseUrl": "http://localhost:8077/work"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment