Skip to content

Commit 3d663f6

Browse files
committed
ignore dist in spellcheck
1 parent bd594f1 commit 3d663f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[codespell]
22
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3-
skip = .git*,package-lock.json,*.css,.codespellrc
3+
skip = .git*,package-lock.json,*.css,.codespellrc,/dist*
44
check-hidden = true
55
# Ignore super long lines -- must be minimized etc, acronyms
66
# and some near hit variables

0 commit comments

Comments
 (0)