1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Doc: Mime type comment

This commit is contained in:
Laurent Cozic 2022-07-23 08:28:02 +02:00
parent f0831f1d60
commit 8a8def39f0

View File

@ -1,3 +1,10 @@
// =============================================================================
// DO NOT DIRECTLY MODIFY THIS ARRAY AS IT MAY BE OVERWRITTEN WHEN IT'S UPDATED
// FROM A MORE CURRENT MIME TYPE LIST.
//
// Any change should be appended at the end of this file using push/splice.
// =============================================================================
const mimeTypes = [
{ t: 'application/andrew-inset', e: ['ez'] },
{ t: 'application/applixware', e: ['aw'] },