Update: 初始化项目

This commit is contained in:
2025-10-08 12:58:59 +08:00
parent 7122a18ea4
commit 6cbe15fa4f
160 changed files with 37966 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,node_modules,package-lock.json,*.css,.codespellrc
check-hidden = true
# Ignore super long lines -- must be minimized etc, acronyms
# and some near hit variables
ignore-regex = ^.{120,}|\b(currentY|FOM)\b
# ignore-words-list =