Skip to content

Instantly share code, notes, and snippets.

@jjsub
Created October 27, 2015 20:34
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 jjsub/a95cbc905c54bb385684 to your computer and use it in GitHub Desktop.
Save jjsub/a95cbc905c54bb385684 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"theme": "Seti.sublime-theme"
}
// Download seti_ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment