Skip to content

Commit b87da63

Browse files
chore: add CLAUDE.md and CHANGELOG.md to pickier ignores
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 47f6d07 commit b87da63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pickier.config.ts

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

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

0 commit comments

Comments
 (0)