Skip to content

Commit bc1fbba

Browse files
authored
Merge pull request #4 from elvismdev/feat/exclude-screenshot.png
feat(exclude): add screenshot.png to default exclusion lists.
2 parents fd31c4c + 683deeb commit bc1fbba

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)