feat(xod-fs): load/store tsv files as attachments

This commit is contained in:
Victor Nakoryakov
2018-04-05 18:00:36 +03:00
parent fc7e4616f5
commit bf7ca6da06

View File

@@ -7,6 +7,7 @@ export const BASE64_EXTNAMES = ['.png', '.jpg', '.jpeg', '.gif', '.fzz'];
export const UTF8_EXTNAMES = [
'.md',
'.svg',
'.tsv',
// Implementation files
'.c',
'.cpp',