Skip to content

Commit 683deeb

Browse files
committed
feat(exclude): add screenshot.png to default exclusion lists.
1 parent fd31c4c commit 683deeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const CONFIG = {
3030
],
3131
// Default file patterns to exclude
3232
COMMON_EXCLUDE_FILES: [
33+
'screenshot.png',
3334
'package-lock.json',
3435
'composer.lock',
3536
'yarn.lock',

0 commit comments

Comments
 (0)