Skip to content

Commit 460132b

Browse files
authored
Merge pull request #6 from elvismdev/feat/exclude-screenshot.jpg
feat(exclude): add screenshot.jpg to default exclusion lists.
2 parents 2ed4b4b + b52cb30 commit 460132b

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
@@ -32,6 +32,7 @@ const CONFIG = {
3232
// Default file patterns to exclude
3333
COMMON_EXCLUDE_FILES: [
3434
'screenshot.png',
35+
'screenshot.jpg',
3536
'package-lock.json',
3637
'composer.lock',
3738
'yarn.lock',

0 commit comments

Comments
 (0)