Skip to content

Commit 4699180

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/**',
77
'**/dist/**',
88
'**/build/**',

0 commit comments

Comments
 (0)