From d02239901bcb7f2e7e396ad8e3366509375bdc9a Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 12 Dec 2023 14:51:34 +0100 Subject: [PATCH] Ignore spelling in assets. Signed-off-by: David Runge --- book/.codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/.codespellrc b/book/.codespellrc index 0ca6c79..280ba35 100644 --- a/book/.codespellrc +++ b/book/.codespellrc @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 [codespell] -skip = ./build,./input,./source/diag/*.svg,./source/examples/* +skip = ./build,./input,./assets/*/*,./source/examples/*