-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.json
More file actions
31 lines (31 loc) · 732 Bytes
/
.cspell.json
File metadata and controls
31 lines (31 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"words": [],
"flagWords": [],
"dictionaries": ["custom-words"],
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": ".cspell.txt",
"addWords": true
}
],
"ignorePaths": [
".cspell.txt",
".github/workflows/**",
".vscode/*.json",
"**/.vercel",
"**/dist/**",
"**/build/**",
"**/node_modules/**",
"**/**/CHANGELOG.md",
"**/**/CONTRIBUTORS.md",
"pnpm-lock.yaml",
"README.md",
"src/reference/project/git-related.md",
"src/reference/project/prettier.md",
"src/reference/project/prisma.md"
]
}