microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2d287021ebb6adf02659ea882f251d103018e986

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.cspell.json

82lines · modecode

1{
2 "version": "0.2",
3 "language": "en",
4 "ignorePaths": [
5 "node_modules/**",
6 "**/node_modules/**",
7 "packages/**",
8 "**/packages/**",
9 "vendor/**",
10 "**/vendor/**",
11 "dist/**",
12 "build/**",
13 ".git/**",
14 "**/.terraform/**",
15 "**/.terraform.lock.hcl",
16 ".vscode/**",
17 ".github/copilot-instructions.md",
18 "**/*.min.js",
19 "**/*.min.css",
20 ".mega-linter.yml",
21 "package-lock.json",
22 "**/package-lock.json",
23 "Cargo.lock",
24 "**/Cargo.lock",
25 "logs/**"
26 ],
27 "ignoreRegExpList": [
28 "/#.*/g",
29 "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi"
30 ],
31 "dictionaryDefinitions": [
32 {
33 "name": "azure-services",
34 "path": "./.cspell/azure-services.txt"
35 },
36 {
37 "name": "microsoft-sample-companies",
38 "path": "./.cspell/microsoft-sample-companies.txt"
39 },
40 {
41 "name": "industry-acronyms",
42 "path": "./.cspell/industry-acronyms.txt"
43 },
44 {
45 "name": "general-technical",
46 "path": "./.cspell/general-technical.txt"
47 }
48 ],
49 "dictionaries": [
50 "k8s",
51 "docker",
52 "rust",
53 "data-science",
54 "aws",
55 "terraform",
56 "azure-services",
57 "microsoft-sample-companies",
58 "industry-acronyms",
59 "general-technical"
60 ],
61 "words": [
62 "ˈpræksɪs",
63 "autobuild",
64 "behaviour",
65 "Chronograf",
66 "edgeai",
67 "GHCP",
68 "GHSA",
69 "Kapacitor",
70 "kata",
71 "katas",
72 "learning",
73 "pullrequest",
74 "rhysd",
75 "SARIF",
76 "Segoe",
77 "streamlit",
78 "Streamlit",
79 "vscodeignore",
80 "πρᾶξις"
81 ]
82}
83