Skip to content

Instantly share code, notes, and snippets.

@cdmo
Forked from chrisjlee/example.sublime-project
Last active December 15, 2015 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 cdmo/5239142 to your computer and use it in GitHub Desktop.
Save cdmo/5239142 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"path": "/home/<USER>/workspace/<PROJECT>",
"name": "root",
"file_exclude_patterns": [
".sasscache", "*.css"
]
},
{
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/themes/somethinghere",
"name": "themes"
},
{
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/modules/custom",
"name": "modules"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment