Merge pull request #6125 from Andy53/additional_ignored_extensions

added_extensions
This commit is contained in:
Andrey Rakhmatullin 2023-10-31 12:33:55 +04:00 committed by GitHub
commit 7e6da37170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,16 @@ IGNORED_EXTENSIONS = [
"dmg",
"iso",
"apk",
"jar",
"sh",
"rb",
"js",
"hta",
"bat",
"cpl",
"msi",
"msp",
"py",
]