From 7cee08222ad06356c07b6cc453d70656d240e8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Daba=C5=A1inskas?= Date: Thu, 21 Nov 2024 10:09:26 +0200 Subject: [PATCH] chore(config): update git and spelling configurations Add `testdata` to custom dictionary and mark `.cspell/` directory as linguist-generated to improve repository language statistics accuracy --- .cspell/custom-dictionary.txt | 1 + .gitattributes | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cspell/custom-dictionary.txt b/.cspell/custom-dictionary.txt index b357a75..d5847bd 100644 --- a/.cspell/custom-dictionary.txt +++ b/.cspell/custom-dictionary.txt @@ -17,3 +17,4 @@ tiernan covermode coverprofile roadiehq +testdata diff --git a/.gitattributes b/.gitattributes index 200807c..d29d0b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto eol=lf -go.sum linguist-generated=true -testdata/ linguist-generated=true +go.sum linguist-generated=true +testdata/* linguist-generated=true +.cspell/custom-dictionary.txt linguist-generated=true