mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
13 lines
598 B
JSON
13 lines
598 B
JSON
{
|
|
"$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", "locale_translations.h", "TZ.tsx", "**/*.txt","build/**", "**/i18n/**", "/project-words.txt"]
|
|
} |