api-server/.gitignore
wangdl 800ce4a2b2 feat(M-AI-02): schema audit (02-01) + ADR freeze (02-02)
M-AI-02-01: Production DB audit of all 5 AI tables (9 rows, 0 orphans, 37 test refs)
M-AI-02-02: Frozen AiJob Expand ADR — 43-column schema, 6 indexes, state mapping

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-20 12:24:16 +08:00

53 lines
532 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
build/
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
# Test
coverage/
.nyc_output/
# TypeScript
*.tsbuildinfo
# Prisma
prisma/seed.js
prisma/seed.js.map
prisma/seed.d.ts
# CI debug screenshots
*-error-*.png
*-run-*.png
# Audit scripts (ephemeral, may contain credentials in env vars)
scripts/
# Misc
.cache/
tmp/
temp/docs/credentials.md
docs/credentials.md
docs/AI回答.md