forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
37 lines (37 loc) · 815 Bytes
/
Copy pathcspell.json
File metadata and controls
37 lines (37 loc) · 815 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
32
33
34
35
36
37
{
"version": "0.2",
"language": "en",
"dictionaries": ["workspace"],
"dictionaryDefinitions": [
{
"name": "workspace",
"path": "./cspell-dim-dict.txt",
"description": "DIM Workspace Dictionary",
"addWords": true,
"scope": "workspace"
}
],
"allowCompoundWords": true,
"flagWords": ["langauge"],
"ignorePaths": [
".vscode/extensions.json",
".github/workflows/**",
"node_modules/",
"manifest-cache/",
"destiny-icons/**",
"icons/build_icons.js",
"config/content-security-policy.js",
"src/browsercheck-utils.js",
"src/data/",
"src/locale/?*/",
"src/htaccess",
".eslintrc",
"babel.config.js",
"cspell.json",
"jest.config.js",
"package.json",
"tsconfig.json",
"yarn.lock",
".gitignore"
]
}