From f00bf63feda678f879abcf27abd06b86e4145d8c Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 13 May 2023 20:40:37 -0400 Subject: [PATCH] Ignore .flf files for spell checking (even though there's no issues) --- cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index b1808e0..409acc0 100644 --- a/cspell.json +++ b/cspell.json @@ -11,7 +11,7 @@ ], "ignorePaths": [ ".git", - "*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans)", + "*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans|flf)", "*.log", "**/localization/*/**/*", "**/localization/*.sh",