-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcSpell.json
More file actions
42 lines (42 loc) · 814 Bytes
/
cSpell.json
File metadata and controls
42 lines (42 loc) · 814 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
38
39
40
41
42
{
// cSpell configuration file
"version": "0.2",
"language": "en,de",
"words": [
"alertblocks",
"appsettings",
"definitionlists",
"DevTKSS",
"docfx",
"dotnet",
"github",
"gridtables",
"Listboard",
"markdig",
"medialinks",
"Mvux",
"Mvvm",
"MVVM",
"Resizetizer",
"resw",
"sampledata",
"singulinkfx",
"TKSS",
"unoapp",
"upgraden"
],
"dictionaries": [
"csharp",
"companies"
],
"ignoreWords": [],
"ignorePaths": [
// Add file paths to ignore here
"node_modules/**",
"dist/**",
"src/*",
"**.gitignore",
"doc/templates/**",
"LICENSE.md"
]
}