فهرست منبع

ignore dist in spellcheck

Hakim El Hattab 2 هفته پیش
والد
کامیت
3ee52e140e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .codespellrc

+ 1 - 1
.codespellrc

@@ -1,6 +1,6 @@
 [codespell]
 [codespell]
 # Ref: https://github.com/codespell-project/codespell#using-a-config-file
 # Ref: https://github.com/codespell-project/codespell#using-a-config-file
-skip = .git*,package-lock.json,*.css,.codespellrc
+skip = .git*,package-lock.json,*.css,.codespellrc,/dist*
 check-hidden = true
 check-hidden = true
 # Ignore super long lines -- must be minimized etc, acronyms
 # Ignore super long lines -- must be minimized etc, acronyms
 # and some near hit variables
 # and some near hit variables