We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4cff2e + 0735926 commit f7ccfebCopy full SHA for f7ccfeb
plugins/filters/askAI/index.js
@@ -36,7 +36,8 @@ const LOCK_FILES = [
36
'Podfile.lock',
37
'Cartfile.resolved',
38
'flake.lock',
39
- 'pnpm-lock.yaml'
+ 'pnpm-lock.yaml',
40
+ 'uv.lock'
41
];
42
const EXCLUDE_EXPRESSIONS_LIST = [
43
'.*\\.(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