yaml-parser / cspell.config.yaml
Teddy Xinyuan Chen
add .gptignore
7f48f1f unverified
raw
history blame contribute delete
301 Bytes
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
dictionaryDefinitions:
- name: project-words
path: "./project-words.txt"
addWords: true
dictionaries:
- project-words
ignorePaths:
# - "node_modules"
- "/project-words.txt"