We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aabf449 + 4a93a1b commit 1ccf265Copy full SHA for 1ccf265
1 file changed
index.js
@@ -32,13 +32,16 @@ const CONFIG = {
32
],
33
// Default file patterns to exclude
34
COMMON_EXCLUDE_FILES: [
35
- 'screenshot.png',
36
- 'screenshot.jpg',
37
'package-lock.json',
38
'composer.lock',
39
'yarn.lock',
+ 'LICENSE.md',
40
'*.min.js',
41
- '*.min.css'
+ '*.min.css',
+ '*.jpg',
42
+ '*.png',
43
+ '*.svg',
44
+ '*.webp'
45
]
46
};
47
0 commit comments