-
Notifications
You must be signed in to change notification settings - Fork 28
/
cspell.json
61 lines (61 loc) · 1.64 KB
/
cspell.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
60
61
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaryDefinitions": [
{
"name": "union",
"path": "dictionary.txt",
"addWords": true
}
],
"caseSensitive": false,
"dictionaries": ["en_US", "companies", "softwareTerms", "go", "union"],
"ignorePaths": [
"ceremony/src/lib/constants/*",
"**/*.splinecode",
"**/*.graphql",
"light-clients/ethereum-light-client/src/test/**",
"generated/**",
"dictionaries/**",
"**/*.svg",
"**/node_modules",
"uniond/vendor",
"uniond/x/union/types",
"uniond/x/tokenfactory",
"uniond/proto",
"monochrome.json",
"galoisd/vendor",
"tools/vendor",
"**/go.mod",
"**/go.sum",
"evm",
"**/*.pb.go",
"**/testdata",
"app/src/lib/constants/keys.ts",
"networks/genesis/union-testnet-2/**",
"networks/genesis/union-testnet-3/**",
"networks/genesis/union-testnet-4/**",
"networks/genesis/union-testnet-5/**",
"networks/genesis/union-testnet-6/**",
"networks/genesis/union-testnet-7/**",
"networks/genesis/union-testnet-8/**",
"site/public/genesis.json",
"docs/public/genesis.json",
"hubble/hasura/**",
"site/src/lib/abi/**",
"docs/src/lib/abi/**",
"typescript-sdk/scripts/**",
"e2e/upgrades.nix",
"yarn.lock",
"bun.lockb",
"package-lock.json",
"moonlight-ii.json",
"app/src/generated",
"app/scripts/_index.ts",
"lib/pg-queue/migrations",
"./site/src/content/openapi/**",
"./docs/src/content/openapi/**",
"uniond/docs/static/openapi.yml",
"docs/src/assets/theme/**"
]
}