From: David Runge Date: Wed, 18 Sep 2024 11:31:27 +0000 (+0200) Subject: Add codespell configuration X-Git-Tag: v25~283^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2552564e1ab8c1dbd217c176f85e91612e8f2cd5;p=thirdparty%2Fmkosi.git Add codespell configuration Ignore .git directory and documentation stylesheet file. Signed-off-by: David Runge --- diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 000000000..175af85d9 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +skip = ./.git,./docs/style.css