- 新增 .editorconfig、.eslintrc、.gitignore 配置文件 - 添加管理员文章管理页面配置和功能实现 - 添加经销商申请注册页面配置和功能实现 - 添加经销商银行卡管理页面配置和功能实现 - 添加经销商客户管理页面配置和功能实现 - 添加用户地址管理页面配置和功能实现 - 添加用户聊天消息页面配置和功能实现 - 添加用户礼品管理页面配置和功能实现
26 lines
257 B
Plaintext
26 lines
257 B
Plaintext
dist/
|
|
deploy_versions/
|
|
.temp/
|
|
.rn_temp/
|
|
node_modules/
|
|
.DS_Store
|
|
.swc
|
|
/.idea/
|
|
|
|
# 环境变量文件
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
|
|
# 日志文件
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 编辑器配置
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|