Add dmg, iso & apk to ignored other extensions

This commit is contained in:
akhter wahab 2019-10-07 23:28:33 +05:00
parent 6ad5a89cb0
commit f52148143b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ IGNORED_EXTENSIONS = [
'odp',
# other
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar',
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar', 'dmg', 'iso', 'apk'
]