exclude snap files

This commit is contained in:
Hussam.lawen
2023-07-06 20:22:54 +03:00
parent aebcb3f3c6
commit efc8f755d5

View File

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