web-01-api/.gitignore
2026-06-22 10:26:29 +08:00

45 lines
732 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ---------- 系统 / 编辑器 ----------
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# ---------- Node / pnpm ----------
node_modules/
.pnpm-store/
pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp.*
.pnp.js
# ---------- 构建产物 ----------
dist/
build/
out/
.next/
.turbo/
*.tsbuildinfo
# ---------- 环境变量(敏感信息不入库) ----------
# 后端主配置文件按文档要求生成 .env但强烈建议提交时改为 .env.example
server/.env
client/.env.local
# ---------- 上传文件(运行时产物) ----------
server/uploads/
# ---------- 日志 ----------
*.log
logs/
# ---------- 测试覆盖率 ----------
coverage/
# ---------- 缓存 ----------
.cache/
.eslintcache