mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Merge pull request #21 from Codium-ai/feature/skip_extensions
exclude snap files
This commit is contained in:
@ -58,7 +58,8 @@ bad_extensions = [
|
|||||||
'woff2',
|
'woff2',
|
||||||
'xz',
|
'xz',
|
||||||
'zip',
|
'zip',
|
||||||
'zst'
|
'zst',
|
||||||
|
'snap'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user