Updated Linguist to v7.21.0

This commit is contained in:
github-actions
2022-06-09 20:09:50 +00:00
parent ed2adad159
commit 60edc790b3
30 changed files with 17848 additions and 10213 deletions

View File

@ -1,5 +1,5 @@
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: 4ffcdbcbb60a74cbfbd37656bcc3fcea4eca8e26
// Extracted from github/linguist commit: d7799da826e01acdb8f84694d33116dccaabe9c2
package data
@ -171,4 +171,5 @@ var VendorMatchers = []regex.EnryRegexp{
regex.MustCompile(`(^|/)\.google_apis/`),
regex.MustCompile(`(^|/)Jenkinsfile$`),
regex.MustCompile(`(^|/)\.gitpod\.Dockerfile$`),
regex.MustCompile(`(^|/)\.github/`),
}