Skip to content

Instantly share code, notes, and snippets.

@CodeVachon
Created August 1, 2014 20:54
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 CodeVachon/c56c20f76b36c06f76fa to your computer and use it in GitHub Desktop.
Save CodeVachon/c56c20f76b36c06f76fa to your computer and use it in GitHub Desktop.
A Sublime Profile File Template
{
"folders":
[
{
"follow_symlinks": true,
"path": "/path/to/working/dir",
"folder_exclude_patterns": [".*","node_modules"],
"file_exclude_patterns": [".DS_Store","Thumbs.db"]
}
],
"build_systems":
[
{
"name": "Grunt Deploy",
"cmd": ["grunt deploy"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment