Skip to content

Commit 6bf5b78

Browse files
chore: remove file ignores from pickier config
1 parent b87da63 commit 6bf5b78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pickier.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import type { PickierConfig } from 'pickier'
22

33
const config: PickierConfig = {
44
verbose: false,
5-
ignores: ['CLAUDE.md', '*/CHANGELOG.md',
6-
'**/node_modules/**', '**/dist/**', '**/build/**', '**/bin/**',
5+
ignores: [ '**/node_modules/**', '**/dist/**', '**/build/**', '**/bin/**',
76
'**/.git/**', '**/coverage/**', '**/*.min.js', '**/bun.lock',
87
'**/benchmarks/**', '**/.claude/**', '**/.zed/**',
98
],

0 commit comments

Comments
 (0)