Skip to content

Commit 3c37f7e

Browse files
committed
Ignore png and jpg
1 parent 0b78a48 commit 3c37f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ async function main(): Promise<void> {
2626
!path.includes('.cache') &&
2727
!path.includes('.vscode') &&
2828
!path.endsWith('.tar') &&
29+
!path.endsWith('.png') &&
30+
!path.endsWith('.jpg') &&
2931
!path.endsWith('.zip'),
3032
},
3133
['.']

0 commit comments

Comments
 (0)