- 新增文章添加/编辑页面(add.tsx) - 新增用户地址添加/编辑页面(add.tsx) - 新增经销商申请页面(add.tsx) - 添加相关配置文件(.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
|