microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.cspell.json
74lines · 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 | ], |
| 26 | "ignoreRegExpList": [ |
| 27 | "/#.*/g", |
| 28 | "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi" |
| 29 | ], |
| 30 | "dictionaryDefinitions": [ |
| 31 | { |
| 32 | "name": "azure-services", |
| 33 | "path": "./.cspell/azure-services.txt" |
| 34 | }, |
| 35 | { |
| 36 | "name": "microsoft-sample-companies", |
| 37 | "path": "./.cspell/microsoft-sample-companies.txt" |
| 38 | }, |
| 39 | { |
| 40 | "name": "industry-acronyms", |
| 41 | "path": "./.cspell/industry-acronyms.txt" |
| 42 | }, |
| 43 | { |
| 44 | "name": "general-technical", |
| 45 | "path": "./.cspell/general-technical.txt" |
| 46 | } |
| 47 | ], |
| 48 | "dictionaries": [ |
| 49 | "k8s", |
| 50 | "docker", |
| 51 | "rust", |
| 52 | "data-science", |
| 53 | "aws", |
| 54 | "terraform", |
| 55 | "azure-services", |
| 56 | "microsoft-sample-companies", |
| 57 | "industry-acronyms", |
| 58 | "general-technical" |
| 59 | ], |
| 60 | "words": [ |
| 61 | "ˈpræksɪs", |
| 62 | "behaviour", |
| 63 | "Chronograf", |
| 64 | "edgeai", |
| 65 | "GHCP", |
| 66 | "Kapacitor", |
| 67 | "kata", |
| 68 | "katas", |
| 69 | "learning", |
| 70 | "SARIF", |
| 71 | "Segoe", |
| 72 | "πρᾶξις" |
| 73 | ] |
| 74 | } |
| 75 | |