From 32f8608d767d8248ec68c9dcdeeb399ccc6ec11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 10 Nov 2024 16:25:38 +0100 Subject: [PATCH] Exclude lnk files from spell check --- .github/actions/spelling/excludes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt index e0d4446ff..aac8ab69d 100644 --- a/.github/actions/spelling/excludes.txt +++ b/.github/actions/spelling/excludes.txt @@ -121,3 +121,4 @@ _[a-z]+(?:_[A-Z]+|)\.properties$ ignore$ Lexer\.java$ \.sol$ +\.lnk$