From 78533a5c29ec12fd6f7db73bd9f13d84d5bb1410 Mon Sep 17 00:00:00 2001 From: Matias Meno Date: Wed, 24 Apr 2024 12:11:55 +0200 Subject: [PATCH] Add a few extensions --- source/index.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/source/index.ts b/source/index.ts index 0386909..7120479 100644 --- a/source/index.ts +++ b/source/index.ts @@ -1,16 +1,38 @@ /** List of binary file extensions */ const list = [ + 'aif', + 'aifc', + 'aiff', + 'avi', + 'bin', + 'bmp', 'dds', + 'doc', + 'docx', 'eot', + 'exe', 'gif', 'ico', + 'iso', 'jar', 'jpeg', 'jpg', + 'm4a', + 'mid', + 'midi', + 'mov', + 'mp3', + 'mp4', + 'mpeg', + 'ogg', 'pdf', 'png', + 'psd', + 'rar', 'swf', 'tga', + 'tif', + 'tiff', 'ttf', 'zip', ]