Skip to content

Commit 0735926

Browse files
authored
Update index.js
1 parent d4cff2e commit 0735926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/filters/askAI/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ const LOCK_FILES = [
3636
'Podfile.lock',
3737
'Cartfile.resolved',
3838
'flake.lock',
39-
'pnpm-lock.yaml'
39+
'pnpm-lock.yaml',
40+
'uv.lock'
4041
];
4142
const EXCLUDE_EXPRESSIONS_LIST = [
4243
'.*\\.(ini|csv|xls|xlsx|xlr|doc|docx|txt|pps|ppt|pptx|dot|dotx|log|tar|rtf|dat|ipynb|po|profile|object|obj|dxf|twb|bcsymbolmap|tfstate|pdf|rbi|pem|crt|svg|png|jpeg|jpg|ttf)$',

0 commit comments

Comments
 (0)