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 · modepreview

{
  "version": "0.2",
  "language": "en",
  "ignorePaths": [
    "node_modules/**",
    "**/node_modules/**",
    "packages/**",
    "**/packages/**",
    "vendor/**",
    "**/vendor/**",
    "dist/**",
    "build/**",
    ".git/**",
    "**/.terraform/**",
    "**/.terraform.lock.hcl",
    ".vscode/**",
    ".github/copilot-instructions.md",
    "**/*.min.js",
    "**/*.min.css",
    ".mega-linter.yml",
    "package-lock.json",
    "**/package-lock.json",
    "Cargo.lock",
    "**/Cargo.lock",
    "logs/**"
  ],
  "ignoreRegExpList": [
    "/#.*/g",
    "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi"
  ],
  "dictionaryDefinitions": [
    {
      "name": "azure-services",
      "path": "./.cspell/azure-services.txt"
    },
    {
      "name": "microsoft-sample-companies",
      "path": "./.cspell/microsoft-sample-companies.txt"
    },
    {
      "name": "industry-acronyms",
      "path": "./.cspell/industry-acronyms.txt"
    },
    {
      "name": "general-technical",
      "path": "./.cspell/general-technical.txt"
    }
  ],
  "dictionaries": [
    "k8s",
    "docker",
    "rust",
    "data-science",
    "aws",
    "terraform",
    "azure-services",
    "microsoft-sample-companies",
    "industry-acronyms",
    "general-technical"
  ],
  "words": [
    "ˈpræksɪs",
    "autobuild",
    "behaviour",
    "Chronograf",
    "edgeai",
    "GHCP",
    "GHSA",
    "Kapacitor",
    "kata",
    "katas",
    "learning",
    "pullrequest",
    "rhysd",
    "SARIF",
    "Segoe",
    "streamlit",
    "Streamlit",
    "vscodeignore",
    "πρᾶξις"
  ]
}