mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
39 lines
891 B
JSON
39 lines
891 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",
|
|
"**/*.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"
|
|
]
|
|
} |