Add yml and ini files

This commit is contained in:
Skylar Ittner 2018-04-04 19:01:58 -06:00
parent ae10fadc9b
commit 949632abbe

View File

@ -89,6 +89,7 @@ $MIMEICONS = [
"text/sass" => "fab fa-sass",
"text/markdown" => "fas fa-align-left",
"text/checksum" => "fas fa-file-medical-alt",
"text/config" => "fas fa-list",
"text/other" => "fas fa-file-alt",
// Archives and disk images
"application/x-iso9660-image" => "fas fa-hdd",
@ -177,6 +178,8 @@ $EXT2MIME = [
"sha512sums" => "text/checksum",
"gz" => "application/x-gzip",
"img" => "application/imgfile",
"ini" => "text/config",
"yml" => "text/config",
// From Apache: http://svn.apache.org/viewvc?view=revision&revision=1810122
"ez" => "application/andrew-inset",
"aw" => "application/applixware",