forked from DeCenter-AI/bacalhau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cspell-docs.json
59 lines (59 loc) · 1.46 KB
/
.cspell-docs.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"dictionaryDefinitions": [
{
"name": "custom-dictionary",
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
"dictionaries": [
"en",
"custom-words"
],
"ignorePaths": [
"**/package.json",
"**/docs/package-lock.json",
"**/docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md",
"docs/docs/examples/model-training/Training-Tensorflow-Model/index.md",
"./docs/swagger.json",
"./docs/docusaurus.config.js",
"./docs/sidebars.js",
"./docs/docs/dev/cli-reference/all-flags.md",
"./docs/docs/dev/api/jobs.md",
"**/*.css",
"**/cli-reference/**",
"**/api/**",
"./docs/docs/dev/databases.md",
"./docs/docs/dev/setting_up_development.md"
],
"ignoreRegExpList": [
"ABAC",
"gcloud",
"Urls",
"saturnia",
"Niels",
"TKNG",
"runc",
"Kernighan",
"Email",
"RsaCert",
"SshRsa",
"Base64MultiLine",
"Base64SingleLine",
"CommitHash",
"CommitHashLink",
"CStyleHexValue",
"CSSHexValue",
"SHA",
"HashStrings",
"UnicodeRef",
"UUID",
"/github.com.*/",
"/\\w+{12,}/",
"/ipfs://\\w*/",
"/Qm[\\w]+[^\\w]/"
]
}