Skip to content

Instantly share code, notes, and snippets.

@ccurtin
Created November 17, 2014 03:31
Show Gist options
  • Save ccurtin/645ea98cad2c09ab7c7f to your computer and use it in GitHub Desktop.
Save ccurtin/645ea98cad2c09ab7c7f to your computer and use it in GitHub Desktop.
:SUBLIME: :SETTINGS: exclude files and folders from search
{
"file_exclude_patterns":
[
"*.sass-cache",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".sass-cache"
],
"font_size": 10,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment