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.
1 parent 0b78a48 commit 3c37f7eCopy full SHA for 3c37f7e
cli/src/cli.ts
@@ -26,6 +26,8 @@ async function main(): Promise<void> {
26
!path.includes('.cache') &&
27
!path.includes('.vscode') &&
28
!path.endsWith('.tar') &&
29
+ !path.endsWith('.png') &&
30
+ !path.endsWith('.jpg') &&
31
!path.endsWith('.zip'),
32
},
33
['.']
0 commit comments