aboutsummaryrefslogtreecommitdiff
path: root/cspell.yaml
blob: b28017ae1bf59beea56d3d4ae4168b7b4fe3b12a (plain)
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
version: "0.2"
language: en
dictionaries:
  - crupest-dict
  - en_US
  - companies
  - softwareTerms
  - misc
  - node
  - typescript
  - python
  - html
  - css
  - cpp
  - csharp
  - latex
  - bash
  - fonts
  - filetypes
  - npm

dictionaryDefinitions:
  - name: crupest-dict
    path: './dictionary.txt'

patterns:
  - name: libs
    pattern: /lib.+/g

ignoreRegExpList:
  - libs

ignorePaths:
  - www/layouts/index.html