Skip to content

Instantly share code, notes, and snippets.

@tgautier-silicon
Created January 18, 2012 19:09
Show Gist options
  • Save tgautier-silicon/1634973 to your computer and use it in GitHub Desktop.
Save tgautier-silicon/1634973 to your computer and use it in GitHub Desktop.
Global Settings - User
// Place user-specific overrides in this file, to ensure they're preserved
// when upgrading
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".idea"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db"],
// These files will still show up in the side bar, but won't be included in
// Goto Anything or Find in Files
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment