Skip to content

Commit 11b118a

Browse files
ericyangpanclaude
andcommitted
chore(gitignore): fix Claude settings ignore pattern
- Remove unnecessary dot separator, change from .claude/settings.local.*.json to .claude/settings.local*.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 21ea0ce commit 11b118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ next-env.d.ts
4747
!.env.example
4848

4949
# claude settings
50-
.claude/settings.local.*.json
50+
.claude/settings.local*.json
5151

5252
# python cache
5353
__pycache__/

0 commit comments

Comments
 (0)