support *.ico

This commit is contained in:
Nigel Breslaw 2025-07-03 15:05:41 +03:00
parent 5b6ad0c61d
commit 6d31ab761f

View file

@ -493,6 +493,7 @@ static LICENSE_LOCATION_FOR_FILE: LazyLock<Vec<(regex::Regex, LicenseLocation)>>
("\\.css$", LicenseLocation::NoLicense),
("\\.gitattributes$", LicenseLocation::NoLicense),
("\\.gitignore$", LicenseLocation::NoLicense),
("\\.ico$", LicenseLocation::NoLicense),
("\\.vscodeignore$", LicenseLocation::NoLicense),
("\\.dockerignore$", LicenseLocation::NoLicense),
("\\.dockerignore$", LicenseLocation::NoLicense),