diaryrs/cspell.config.yaml

39 lines
666 B
YAML
Raw Permalink Normal View History

2024-12-25 09:36:01 +00:00
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
allowCompoundWords: true
dictionaryDefinitions:
- name: common-dictionary
path: './.config/cspell/common-dictionary.txt'
addWords: true
- name: project-dictionary
path: './.config/cspell/project-dictionary.txt'
addWords: true
dictionaries:
- project-dictionary
- common-dictionary
- softwareTerms
- companies
- filetypes
- en-gb
ignorePaths:
- '.config/cspell/*.txt'
# Rust
- 'target/**'
- 'Cargo.lock'
# Node.js
- 'node_modules/**'
- 'dist/**'
- 'build/**'
- 'coverage/**'
# Git
- '.git/**'