-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.cspell.json
More file actions
37 lines (37 loc) · 1.62 KB
/
.cspell.json
File metadata and controls
37 lines (37 loc) · 1.62 KB
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
{
"version": "0.2",
"language": "en",
"cache": {
"useCache": false
},
"ignorePaths": ["node_modules/**", "**/node_modules/**", "packages/**", "**/packages/**", "vendor/**", "**/vendor/**", "dist/**", "build/**", ".git/**", "**/.terraform/**", "**/.terraform.lock.hcl", ".vscode/**", ".copilot-tracking/**", ".github/copilot-instructions.md", ".github/instructions/**", ".github/prompts/**", ".github/agents/**", "venv/**", "**/*.min.js", "**/*.min.css", "package-lock.json", "**/package-lock.json", "Cargo.lock", "**/Cargo.lock"],
"ignoreRegExpList": ["/#.*/g", "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi"],
"dictionaryDefinitions": [
{
"name": "azure-services",
"path": "./.cspell/azure-services.txt"
},
{
"name": "iot-operations",
"path": "./.cspell/iot-operations.txt"
},
{
"name": "microsoft-sample-companies",
"path": "./.cspell/microsoft-sample-companies.txt"
},
{
"name": "industry-acronyms",
"path": "./.cspell/industry-acronyms.txt"
},
{
"name": "project-specific",
"path": "./.cspell/project-specific.txt"
},
{
"name": "general-technical",
"path": "./.cspell/general-technical.txt"
}
],
"dictionaries": ["k8s", "docker", "rust", "data-science", "aws", "terraform", "azure-services", "iot-operations", "microsoft-sample-companies", "industry-acronyms", "project-specific", "general-technical"],
"words": ["Acks", "analyzability", "behaviour", "cdylib", "Chronograf", "edgeai", "GHCP", "Kapacitor", "Kata", "Katas", "learning", "msazure", "myorg", "myorga", "myorgb", "SARIF", "Segoe", "shuf", "westeurope"]
}