gitea/modules/analyze
zeripath ff460ca74d
Speed up `enry.IsVendor` ()
`enry.IsVendor` is kinda slow as it simply iterates across all regexps.
This PR ajdusts the regexps to combine them to make this process a
little quicker.

Related 

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
code_langauge.go Exclude generated files from language statistics ()
vendor.go Speed up `enry.IsVendor` ()
vendor_test.go Speed up `enry.IsVendor` ()