-
Notifications
You must be signed in to change notification settings - Fork 31
/
cspell.json
64 lines (64 loc) · 1.3 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
62
63
64
{
"version": "0.2",
"language": "en",
"useGitignore": true,
"enableGlobDot": false,
"words": [
"OpenAPI"
],
"ignorePaths": [
"**.svg",
"**.mocks.dart",
"**/assets",
"**/l10n/!(en.arb)",
"**.openapi.dart",
"**.openapi.json",
"**/CHANGELOG.md",
"external",
"packages/dynamite/example/lib",
"packages/neon_framework/lib/src/utils/emojis.dart",
"packages/neon_framework/example/web/sqflite_sw.js",
"packages/neon_framework/example/web/sqlite3.wasm",
"packages/neon_lints/lib",
"packages/nextcloud/packages/nextcloud_test_presets/docker/static",
"packages/nextcloud/test/files",
"packages/nextcloud/test/fixtures"
],
"dictionaries": [
"bash",
"dart_flutter",
"en_US",
"misc",
"neon",
"nextcloud",
"softwareTerms",
"tools",
"webdav"
],
"dictionaryDefinitions": [
{
"name": "dart_flutter",
"path": ".cspell/dart_flutter.txt"
},
{
"name": "misc",
"path": ".cspell/misc.txt"
},
{
"name": "neon",
"path": ".cspell/neon.txt"
},
{
"name": "nextcloud",
"path": ".cspell/nextcloud.txt"
},
{
"name": "tools",
"path": ".cspell/tools.txt"
},
{
"name": "webdav",
"path": ".cspell/webdav.txt"
}
]
}