Skip to content

Instantly share code, notes, and snippets.

@technoweenie
Created April 21, 2011 04:25
Show Gist options
  • Save technoweenie/933716 to your computer and use it in GitHub Desktop.
Save technoweenie/933716 to your computer and use it in GitHub Desktop.
ignored paths in the GitHub language guesser
IgnorePaths = %w(
yui
tiny_mce
ckeditor
redbox
active_scaffold
rico_corner
code_highlighter
vendor
bundle
node_modules
cache
assets
bookends
dojo
extjs
sencha
mochikit
prototype(.*)\.js
mootools\.js
jquery([^.]*)(\.min)?\.js
jquery\-\d\.\d\.\d(\.min)?\.js
effects\.js
controls\.js
dragdrop\.js
fabfile\.py
less([^.]*)(\.min)?\.js
less\-\d+\.\d+\.\d+(\.min)?\.js
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment