Skip to content

Instantly share code, notes, and snippets.

@diestrin
Created February 11, 2015 21:39
Show Gist options
  • Select an option

  • Save diestrin/6969731169f39f2f84b1 to your computer and use it in GitHub Desktop.

Select an option

Save diestrin/6969731169f39f2f84b1 to your computer and use it in GitHub Desktop.
Sublime Folder Structure
{
"folders":
[
{
"follow_symlinks": true,
"name": "Designs",
"path": "/path/to/repo/jcr_root/etc/designs"
},
{
"follow_symlinks": true,
"name": "Apps",
"path": "/path/to/repo/jcr_root/apps/onstar"
},
{
"follow_symlinks": true,
"name": "Content",
"path": "/path/to/repo/jcr_root/content/onstar_rwd"
},
{
"follow_symlinks": true,
"name": "DAM",
"path": "/path/to/repo/jcr_root/content/dam/onstar"
},
{
"folder_exclude_patterns":
[
"target"
],
"follow_symlinks": true,
"name": "Root",
"path": "/path/to/repo"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment