forked from awesome-inc/FontAwesome.Sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell.yaml
36 lines (36 loc) · 861 Bytes
/
cspell.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
---
# https://cspell.org/configuration
version: "0.2"
files:
- "**/*.md"
allowCompoundWords: true
caseSensitive: false
dictionaries:
- de-de # https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/de_DE
- common-companies
- common-tools
- common-people
- project-words
dictionaryDefinitions:
- name: common-tools
description: Common Tools
path: .dict/common-tools.txt
addWords: true
- name: common-companies
description: Common Companies
path: .dict/common-companies.txt
addWords: true
- name: common-people
description: Common People
path: .dict/common-people.txt
addWords: true
- name: project-words
description: Project Words
path: .dict/project-words.txt
addWords: true
ignorePaths:
- .git
- .gitignore
- node_modules
- package-lock.json
- _docs/CHANGELOG.md