cspell.config.yaml 605 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. version: "0.2"
  2. allowCompoundWords: true
  3. ignorePaths:
  4. - .pre-commit-config.yaml
  5. - pyproject.toml
  6. - .gitlab-ci.yml
  7. - cspell.config.yaml
  8. - .vscode/*
  9. - .mypy.ini
  10. - .gitignore
  11. - .releaserc
  12. - CHANGELOG.md
  13. - .drone.yml
  14. dictionaryDefinitions: []
  15. ignoreWords:
  16. - Aelon
  17. - ansi
  18. - cifs
  19. - fhnw
  20. - FHNW
  21. - fromb
  22. - idDiv_SAOTCAS_Title
  23. - loginfmt
  24. - NBSWY3DPEB3W64TMMQ
  25. - ocma
  26. - OCMA
  27. - otpauth
  28. - otppy
  29. - pipx
  30. - pyproject
  31. - SAOTCC
  32. - totp
  33. - TOTP
  34. - xvzf
  35. dictionaries: []
  36. words: []
  37. import:
  38. - "@cspell/dict-de-ch/cspell-ext.json"
  39. - "@cspell/dict-en-gb/cspell-ext.json"