| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "version": "0.2",
- "language": "en, en-gb, en-us",
- "useGitignore": true,
- "caseSensitive": false,
- "import": [
- "@cspell/dict-en_us/cspell-ext.json",
- "@cspell/dict-en-gb/cspell-ext.json",
- "@cspell/dict-software-terms/cspell-ext.json",
- "@cspell/dict-golang/cspell-ext.json",
- "@cspell/dict-fullstack/cspell-ext.json",
- "@cspell/dict-docker/cspell-ext.json",
- "@cspell/dict-k8s/cspell-ext.json",
- "@cspell/dict-node/cspell-ext.json",
- "@cspell/dict-npm/cspell-ext.json",
- "@cspell/dict-typescript/cspell-ext.json",
- "@cspell/dict-html/cspell-ext.json",
- "@cspell/dict-css/cspell-ext.json",
- "@cspell/dict-shell/cspell-ext.json",
- "@cspell/dict-python/cspell-ext.json",
- "@cspell/dict-redis/cspell-ext.json",
- "@cspell/dict-sql/cspell-ext.json",
- "@cspell/dict-filetypes/cspell-ext.json",
- "@cspell/dict-companies/cspell-ext.json",
- "@cspell/dict-markdown/cspell-ext.json",
- "@cspell/dict-en-common-misspellings/cspell-ext.json",
- "@cspell/dict-people-names/cspell-ext.json"
- ],
- "dictionaries": [
- "en_us",
- "en-gb",
- "softwareTerms",
- "web-services",
- "networking-terms",
- "software-term-suggestions",
- "software-services",
- "software-terms",
- "software-tools",
- "coding-compound-terms",
- "golang",
- "fullstack",
- "docker",
- "k8s",
- "node",
- "npm",
- "typescript",
- "html",
- "css",
- "shell",
- "python",
- "redis",
- "sql",
- "filetypes",
- "companies",
- "markdown",
- "en-common-misspellings",
- "people-names",
- "data-science",
- "data-science-models",
- "data-science-tools"
- ],
- "ignorePaths": [
- ".git",
- "node_modules",
- "vendor",
- "internal",
- ".github",
- "**/*.svg",
- "**/*.png",
- "**/*.jpg",
- "**/*.jpeg",
- "**/*.gif",
- "**/*.ico",
- "**/*.lock",
- "**/*_gen.go",
- "**/*_msgp.go",
- "**/*_msgp_test.go",
- "go.mod",
- "go.sum",
- ".golangci.yml",
- ".markdownlint.yml",
- "AGENTS.md"
- ]
- }
|