From 08c28c249bba2ccda30b405fca630f24b26bc08c Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 11 Jul 2024 19:05:21 -0400 Subject: [PATCH] Ignore translation files in codespell. Signed-off-by: Adam Treat --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index c9fb1df2..fb103368 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] ignore-words-list = blong, afterall, som, assistent, crasher -skip = .git,*.pdf,*.svg,*.lock +skip = .git,*.pdf,*.svg,*.lock,*.ts