{ "$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", "compile_commands.json", "WWWData.h", "**/venv/**", "lib/eModbus", "lib/ESPAsyncWebServer", "lib/espMqttClient", "analyse.html", "dist", "**/*.csv", "**/*.md", "**/*.py", "locale_translations.h", "TZ.tsx", "**/*.txt", "build/**", "**/i18n/**", "/project-words.txt", "Makefile", "**/*.ini", "**/*.json", "src/core/modbus_entity_parameters.hpp", "sdkconfig.*", "managed_components/**", "pnpm-*.yaml", "vite.config.ts" ] }