Updated Linguist to v7.17.0

This commit is contained in:
github-actions
2021-11-14 16:36:04 +00:00
committed by Alex Bezzubov
parent 619127770d
commit b3ee64f627
29 changed files with 7496 additions and 5201 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: cdf42b16b136fc7f0a491d36c415f34fcfb9368a
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
package data
@ -170,4 +170,5 @@ var VendorMatchers = []regex.EnryRegexp{
regex.MustCompile(`(^|/)puphpet/`),
regex.MustCompile(`(^|/)\.google_apis/`),
regex.MustCompile(`(^|/)Jenkinsfile$`),
regex.MustCompile(`(^|/)\.gitpod\.Dockerfile$`),
}