Skip to content

Commit b7aec3c

Browse files
rickstaaclaude
andauthored
chore: ignore .claude/ in git, eslint, and prettier (#596)
Local Claude Code tooling state (worktrees, settings) should not be tracked or linted. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7737f3c commit b7aec3c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ next-env.d.ts
2525
.vscode/*
2626
!.vscode/settings.json
2727
.code-workspace
28+
.claude/
2829

2930
# debug
3031
npm-debug.log*

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ out
88
node_modules
99

1010
# misc
11+
.claude
1112
.github
1213
.vscode
1314
@types

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const eslintConfig = defineConfig([
2222
},
2323
},
2424
globalIgnores([
25+
".claude/**",
2526
"apollo/**",
2627
"@types/**",
2728
".next/**",

0 commit comments

Comments
 (0)