Skip to content

Commit 064cacb

Browse files
committed
Tell copilot to not be annoying about intentional spelling issues
1 parent 6853b6a commit 064cacb

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applyTo:
3+
- "**/tests/**"
4+
- "**/examples/**"
5+
- "**/word_lists/**"
6+
---
7+
8+
This is a spell-checking tool. Files in test and example directories intentionally contain misspellings to verify the spell-checker works correctly. Word list files contain domain-specific vocabulary.
9+
10+
Do NOT flag spelling errors, typos, or duplicate entries in these files - they are intentional test fixtures and vocabulary lists.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ node_modules
1111
scratch/
1212
manifest.json
1313
dictionaries/**/source
14+
15+
.claude

0 commit comments

Comments
 (0)