mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #21 from Codium-ai/feature/skip_extensions
exclude snap files
This commit is contained in:
commit
0c7f048e58
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ bad_extensions = [
|
||||||
'woff2',
|
'woff2',
|
||||||
'xz',
|
'xz',
|
||||||
'zip',
|
'zip',
|
||||||
'zst'
|
'zst',
|
||||||
|
'snap'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue