mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Adding image blob support. Fixes #13
This commit is contained in:
@@ -199,6 +199,16 @@ class Utils
|
||||
return 'yaml';
|
||||
case 'yaml':
|
||||
return 'yaml';
|
||||
case 'png':
|
||||
return 'image';
|
||||
case 'jpg':
|
||||
return 'image';
|
||||
case 'gif':
|
||||
return 'image';
|
||||
case 'jpeg':
|
||||
return 'image';
|
||||
case 'bmp':
|
||||
return 'image';
|
||||
default:
|
||||
return 'text';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user