Add yml and ini files
This commit is contained in:
parent
ae10fadc9b
commit
949632abbe
@ -89,6 +89,7 @@ $MIMEICONS = [
|
|||||||
"text/sass" => "fab fa-sass",
|
"text/sass" => "fab fa-sass",
|
||||||
"text/markdown" => "fas fa-align-left",
|
"text/markdown" => "fas fa-align-left",
|
||||||
"text/checksum" => "fas fa-file-medical-alt",
|
"text/checksum" => "fas fa-file-medical-alt",
|
||||||
|
"text/config" => "fas fa-list",
|
||||||
"text/other" => "fas fa-file-alt",
|
"text/other" => "fas fa-file-alt",
|
||||||
// Archives and disk images
|
// Archives and disk images
|
||||||
"application/x-iso9660-image" => "fas fa-hdd",
|
"application/x-iso9660-image" => "fas fa-hdd",
|
||||||
@ -177,6 +178,8 @@ $EXT2MIME = [
|
|||||||
"sha512sums" => "text/checksum",
|
"sha512sums" => "text/checksum",
|
||||||
"gz" => "application/x-gzip",
|
"gz" => "application/x-gzip",
|
||||||
"img" => "application/imgfile",
|
"img" => "application/imgfile",
|
||||||
|
"ini" => "text/config",
|
||||||
|
"yml" => "text/config",
|
||||||
// From Apache: http://svn.apache.org/viewvc?view=revision&revision=1810122
|
// From Apache: http://svn.apache.org/viewvc?view=revision&revision=1810122
|
||||||
"ez" => "application/andrew-inset",
|
"ez" => "application/andrew-inset",
|
||||||
"aw" => "application/applixware",
|
"aw" => "application/applixware",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user