Skip to content

Instantly share code, notes, and snippets.

@riston
Created May 7, 2014 06:42
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 riston/f49da1f31b4fdbd87745 to your computer and use it in GitHub Desktop.
Save riston/f49da1f31b4fdbd87745 to your computer and use it in GitHub Desktop.
Sublime project file setup
{
"folders":
[
{
"path": "app-api-new",
"follow_symlinks": true,
"name": "API",
},
{
"path": "app-new-fe",
"follow_symlinks": true,
"name": "Front",
},
{
"path": "liveserver",
"follow_symlinks": true,
"name": "Liveserver",
}
],
"settings":
{
"file_exclude_patterns": [ "*.swp", ".hgflow" ],
"folder_exclude_patterns": [ "node_modules" ]
},
"build_systems":
[
{
"name": "List",
"shell_cmd": "ls -l"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment