Skip to content

Commit f7ccfeb

Browse files
authored
Merge pull request #651 from linear-b/Add-uv.lock-to-exlude
Add uv.lock to exclude list
2 parents d4cff2e + 0735926 commit f7ccfeb

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)