diff --git a/files/utils.py b/files/utils.py new file mode 100644 index 0000000..f2868eb --- /dev/null +++ b/files/utils.py @@ -0,0 +1,6 @@ +mime_type_to_material_icons = { + 'application/pdf': 'picture_as_pdf', + 'text/plain': 'format_align_justify', + 'image/png': 'photo', + 'image/jpeg': 'photo' +} \ No newline at end of file -- libgit2 0.21.2