Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Created February 25, 2013 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrisjlee/5033898 to your computer and use it in GitHub Desktop.
Save chrisjlee/5033898 to your computer and use it in GitHub Desktop.
default .sublime-project template file
{
"folders":
[
{
"path": "/home/<USER>/workspace/<PROJECT>",
"name": "root",
"file_exclude_patterns": [
".sasscache", "*.css"
]
},
{
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/themes/rulebase",
"name": "themes"
},
{
"path": "/home/<USER>/workspace/<PROJECT>/sites/all/modules",
"name": "modules"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment