diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..2e1c1ab2 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,6 @@ +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git*,*.svg,*.css,.codespellrc +check-hidden = true +# ignore-regex = +# ignore-words-list = diff --git a/.gitignore b/.gitignore index bb719b41..76f73a1c 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ !.editorconfig !.github !.readthedocs.yaml +!.codespellrc /ci/images/*/devel.tar.gz