Sync codespell skip files configuration from template

This is a standardized "template" configuration file intended to be applicable to any project, so even if not necessarily
relevant to every project, common files that should never be checked are all collected on the list.
This commit is contained in:
per1234
2021-08-13 05:36:47 -07:00
parent 35bd5e7aaf
commit 7b00323e04
+1 -1
View File
@@ -5,4 +5,4 @@ ignore-words-list = afterall
builtin = clear,informal,en-GB_to_en-US
check-filenames =
check-hidden =
skip = ./.git,./dist,./package-lock.json,./poetry.lock
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock