Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Last active April 29, 2016 15:36
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 jonnymaceachern/890e8f90114631b186dbec65d4413720 to your computer and use it in GitHub Desktop.
Save jonnymaceachern/890e8f90114631b186dbec65d4413720 to your computer and use it in GitHub Desktop.
exclude from search but include in sidebar
{
"binary_file_patterns": [
"*.min.js",
"*.css",
"*.min.css",
"node_modules/*",
".svn/*",
".git/*",
".hg/*",
"CVS/*",
"bower_components/*",
"wp-includes/*",
"system/*",
"plugins/*",
"*.DS_STORE",
"*.scssc",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment