From 133cddef5bf46033d06e3a306f01890509e717b4 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 8 Feb 2025 22:33:20 +0000 Subject: [PATCH] exclude IDF --- cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 2cca22a36..403b84e0a 100644 --- a/cspell.json +++ b/cspell.json @@ -30,6 +30,8 @@ "Makefile", "**/*.ini", "**/*.json", - "src/core/modbus_entity_parameters.hpp" + "src/core/modbus_entity_parameters.hpp", + "sdkconfig.*", + "managed_components/**" ] } \ No newline at end of file