exclude snap files

This commit is contained in:
Hussam.lawen 2023-07-06 20:22:54 +03:00
parent aebcb3f3c6
commit efc8f755d5
No known key found for this signature in database
GPG key ID: 07E08C11EA208BC2

View file

@ -58,7 +58,8 @@ bad_extensions = [
'woff2', 'woff2',
'xz', 'xz',
'zip', 'zip',
'zst' 'zst',
'snap'
] ]