Skip to content

Commit 1319c5b

Browse files
committed
Remove 'bundle.js' from the list of default ignored files
Fixes: standard/standard#743
1 parent b705094 commit 1319c5b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ var DEFAULT_PATTERNS = [
1818

1919
var DEFAULT_IGNORE = [
2020
'**/*.min.js',
21-
'**/bundle.js',
2221
'coverage/**',
2322
'node_modules/**',
2423
'vendor/**'

0 commit comments

Comments
 (0)