Skip to content

Commit 54d985a

Browse files
ericyangpanclaude
andcommitted
chore(cspell): clean up custom dictionary and ignore .claude directory
- Add .claude directory to ignorePaths - Remove unused words from custom dictionary (gemini, aicodingstack, dedup, npmjs, Gitea, signup) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7c86106 commit 54d985a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cspell.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"useGitignore": true,
34-
"ignorePaths": ["cloudflare-env.d.ts", "docs"],
34+
"ignorePaths": ["cloudflare-env.d.ts", "docs", ".claude"],
3535
"words": [
3636
"agentic",
3737
"AiCodingStack",
@@ -54,13 +54,7 @@
5454
"Roo",
5555
"shareAI",
5656
"TRAE",
57-
"linkedin",
58-
"gemini",
59-
"aicodingstack",
60-
"dedup",
61-
"npmjs",
62-
"Gitea",
63-
"signup"
57+
"linkedin"
6458
],
6559
"allowCompoundWords": true
6660
}

0 commit comments

Comments
 (0)