From a810c41acdff9623023e9a185c18d8f8c3c49231 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 18 Apr 2026 17:43:14 +0200 Subject: [PATCH] exclude js --- cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 075f7629f..4d4f9520b 100644 --- a/cspell.json +++ b/cspell.json @@ -38,6 +38,7 @@ "vite.config.ts", "lib/esp32-psram/**", "test/test_api/test_api.h", - "lib_standalone/**" + "lib_standalone/**", + "**/*.js" ] } \ No newline at end of file