Skip to content

Instantly share code, notes, and snippets.

@mikebmou
Created January 6, 2012 17:58
Show Gist options
  • Select an option

  • Save mikebmou/1571662 to your computer and use it in GitHub Desktop.

Select an option

Save mikebmou/1571662 to your computer and use it in GitHub Desktop.
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".bundle", ".sass-cache"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.pdf", ".git*", ".rvmrc"],
"new_window_settings":
{
"side_bar_visible": true,
"status_bar_visible": true,
"show_tabs": true,
"show_minimap": true,
"theme": "Soda Dark.sublime-theme"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment