We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606524a commit 9c514beCopy full SHA for 9c514be
1 file changed
src/lib/utils.ts
@@ -283,6 +283,7 @@ const getSourceFileFormat = (filePath: string, fileContent: Buffer) => {
283
contentType.includes('xml') ||
284
contentType.includes('application/node') || // .cjs files
285
contentType.includes('application/toml') || // for example pyproject.toml files
286
+ contentType.includes('application/x-sh') || // .sh files
287
contentType.includes('application/x-httpd-php') // .php files
288
? SOURCE_FILE_FORMATS.TEXT
289
: SOURCE_FILE_FORMATS.BASE64;
0 commit comments