forked from DeCenter-AI/bacalhau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cspell-code.json
52 lines (52 loc) · 1.24 KB
/
.cspell-code.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
{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"dictionaryDefinitions": [
{
"name": "custom-dictionary",
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
"dictionaries": [
"en",
"custom-words",
"custom-dictionary"
],
"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",
"./webui/build",
"./webui/node_modules",
"./webui/package.json",
"./webui/package-lock.json",
"./.gitprecommit",
"./webui/tsconfig.json",
"./vendor",
"go.sum",
"go.mod",
"go.work.sum",
"apps"
],
"ignoreRegExpList": [
"Urls",
"Email",
"RsaCert",
"SshRsa",
"Base64MultiLine",
"Base64SingleLine",
"CommitHash",
"CommitHashLink",
"CStyleHexValue",
"CSSHexValue",
"SHA",
"HashStrings",
"UnicodeRef",
"UUID",
"/github.com.*/",
"/\\w+{12,}/"
]
}