27 lines
331 B
Plaintext
27 lines
331 B
Plaintext
# 排除 IDE 配置
|
|
.idea
|
|
.vscode
|
|
.svn
|
|
|
|
# 排除日志
|
|
*.log
|
|
|
|
# 排除依赖包
|
|
node_modules
|
|
|
|
# 排除构建产物
|
|
docs
|
|
|
|
# 排除配置文件(非构建必需)
|
|
.dockerignore
|
|
.editorconfig
|
|
.eslintignore
|
|
.gitattributes
|
|
.gitignore
|
|
.prettierrc
|
|
babel.config.js
|
|
LICENSE
|
|
README.md
|
|
|
|
# 排除 yarn 的缓存和错误日志
|
|
yarn-error.log |