Skip to content

Commit b73b11b

Browse files
coreyfarrellsindresorhus
authored andcommitted
Add tap-snapshots/*.js to default ignore list (#385)
Fixes #384
1 parent 2ab0a69 commit b73b11b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/options-manager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const DEFAULT_IGNORE = [
1919
'{tmp,temp}/**',
2020
'**/*.min.js',
2121
'vendor/**',
22-
'dist/**'
22+
'dist/**',
23+
'tap-snapshots/*.js'
2324
];
2425

2526
const DEFAULT_EXTENSION = [

0 commit comments

Comments
 (0)