27 lines
331 B
Plaintext
Raw Permalink Normal View History

2026-02-25 16:47:55 +08:00
# 排除 IDE 配置
.idea
.vscode
.svn
# 排除日志
*.log
# 排除依赖包
node_modules
# 排除构建产物
docs
# 排除配置文件(非构建必需)
.dockerignore
.editorconfig
.eslintignore
.gitattributes
.gitignore
.prettierrc
babel.config.js
LICENSE
README.md
# 排除 yarn 的缓存和错误日志
yarn-error.log