match full filenames in addition to extensions
Created by: camdencheek
Previously, we would only match file extensions for a lang:
filter.
However, some file types are only recognizable by their full name, such
as Dockerfile
(few people the .Dockerfile
extension). This adds
well-known file names to the list of regex patterns to search for.
Fixes #24890 (closed)