From 7b05035e14e8283fb277ec7877aef4b1746e0cb5 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Tue, 2 Apr 2024 14:12:41 -0700 Subject: [PATCH] Add more text file forced extensions --- collector/utils/files/mime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/utils/files/mime.js b/collector/utils/files/mime.js index feabd62092a..fa0a59e9455 100644 --- a/collector/utils/files/mime.js +++ b/collector/utils/files/mime.js @@ -21,7 +21,7 @@ class MimeDetector { // which has had this extension far before TS was invented. So need to force re-map this MIME map. this.lib.define( { - "text/plain": ["ts", "py", "opts", "lock", "jsonl"], + "text/plain": ["ts", "py", "opts", "lock", "jsonl", "qml", "sh"], }, true );