Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLinearB authored Feb 11, 2025
1 parent d4cff2e commit 0735926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/filters/askAI/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const LOCK_FILES = [
'Podfile.lock',
'Cartfile.resolved',
'flake.lock',
'pnpm-lock.yaml'
'pnpm-lock.yaml',
'uv.lock'
];
const EXCLUDE_EXPRESSIONS_LIST = [
'.*\\.(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)$',
Expand Down

0 comments on commit 0735926

Please sign in to comment.