重命名前端项目目录:web-flowith -> web

- 将前端项目目录从 web-flowith 重命名为 web,使目录结构更简洁
- 保持所有前端代码和配置文件不变
- 统一项目目录命名规范
This commit is contained in:
2025-07-24 22:20:19 +08:00
parent ca42a7d9a4
commit bbe8fcd776
57 changed files with 0 additions and 0 deletions
+115
View File
@@ -0,0 +1,115 @@
# 依赖
node_modules/
.pnp
.pnp.js
# 生产构建
/dist
/build
# 本地环境变量文件
.env.local
.env.development.local
.env.test.local
.env.production.local
# 日志
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# 运行时数据
pids
*.pid
*.seed
*.pid.lock
# 覆盖率报告
coverage
*.lcov
.nyc_output
# ESLint缓存
.eslintcache
# 可选的npm缓存目录
.npm
# 可选的eslint缓存
.eslintcache
# 微束缓存
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# 可选的REPL历史
.node_repl_history
# 输出的npm包
*.tgz
# Yarn完整性文件
.yarn-integrity
# dotenv环境变量文件
.env
.env.test
# parcel-bundler缓存
.cache
.parcel-cache
# Next.js构建输出
.next
# Nuxt.js构建/生成输出
.nuxt
dist
# Gatsby文件
.cache/
public
# Vuepress构建输出
.vuepress/dist
# Serverless目录
.serverless/
# FuseBox缓存
.fusebox/
# DynamoDB本地文件
.dynamodb/
# TernJS端口文件
.tern-port
# IDE和编辑器
.vscode/
.idea/
*.swp
*.swo
*~
# OS生成的文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 临时文件
tmp/
temp/
# 测试输出
test-results/
playwright-report/
playwright/.cache/