Created
April 21, 2011 04:25
-
-
Save technoweenie/933716 to your computer and use it in GitHub Desktop.
ignored paths in the GitHub language guesser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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