mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
support *.ico
This commit is contained in:
parent
5b6ad0c61d
commit
6d31ab761f
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue