-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
cspell.config.yaml
63 lines (63 loc) · 1.3 KB
/
cspell.config.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
$schema: ./node_modules/@cspell/cspell-types/cspell.schema.json
version: '0.2'
language: en-US
flagWords:
- hte
ignorePaths:
- .git/*/**
- .git/!(COMMIT_EDITMSG)
- .gitignore
- .vscodeignore
- '*.lock'
- '*.log'
- '*.vsix'
- '*.tsv'
- '*.svg'
- '**/__snapshots__/**'
- '**/server.js'
- '**/scripts/ts-json-schema-generator.cjs'
- /samples
- CHANGELOG.md
- cspell.json
- cspell*.{json,yaml}
- .cspell*.{json,yaml}
- dist
- fixtures/workspaces/**
- languageCodes.ts
- package-lock.json
- fixtures/_server/sampleSourceFiles/**
- packages/_server/sampleSourceFiles/**
- packages/client/resources/**
- packages/client/samples/**
- packages/client/server/**
- packages/webview-ui/public/assets/**
- spell-checker-config.schema.json
- testFixtures
ignoreWords: []
dictionaryDefinitions:
- name: cities
path: ./sampleDictionaries/cities.txt
addWords: false
- name: cspell-words
addWords: true
scope:
- workspace
path: ./cspell-words.txt
dictionaries:
- cities
- cspell-words
languageSettings:
- languageId: '*'
allowCompoundWords: false
overrides:
- filename: package.json
ignoreWords:
- colour
- canot
- filename: '**/*.test.*'
dictionaries:
- lorem-ipsum
useGitignore: true
words:
- dbaeumer
- esbenp