Skip to content

Commit 4a93a1b

Browse files
authored
feat(exclude): update file excludes
1 parent aabf449 commit 4a93a1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ const CONFIG = {
3232
],
3333
// Default file patterns to exclude
3434
COMMON_EXCLUDE_FILES: [
35-
'screenshot.png',
36-
'screenshot.jpg',
3735
'package-lock.json',
3836
'composer.lock',
3937
'yarn.lock',
38+
'LICENSE.md',
4039
'*.min.js',
41-
'*.min.css'
40+
'*.min.css',
41+
'*.jpg',
42+
'*.png',
43+
'*.svg',
44+
'*.webp'
4245
]
4346
};
4447

0 commit comments

Comments
 (0)