{ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "version": "0.2", "dictionaryDefinitions": [ { "name": "project-words", "path": "words.txt" } ], "enableGlobDot": true, "dictionaries": ["project-words", "rust"], "ignorePaths": [ ".git", ".sqlx", "src/graphql/schema/mina_schema.graphql", "sql", "static/scalar.standalone.min.js", "target", "tests/snapshots", "flake.*", "nix", ".gitignore" ], "useGitignore": true, "enabled": true }