Skip to content

Instantly share code, notes, and snippets.

@joshearl
Created May 11, 2013 19:04
Show Gist options
  • Save joshearl/5561014 to your computer and use it in GitHub Desktop.
Save joshearl/5561014 to your computer and use it in GitHub Desktop.
I created this gist for a video tutorial on using the sublime-github plugin for Sublime Text.
{
"folders":
[
{
"path": "folder/subfolder",
"folder_exclude_patterns": ["convert_html"],
"file_exclude_patterns": [".gitignore", "*.sublime*", "*Icon*"]
}
],
"settings":
{
"rulers": [],
"line_numbers": false,
"word_wrap": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment