53 lines
661 B
Plaintext
53 lines
661 B
Plaintext
node_modules
|
|
# Keep environment variables out of version control
|
|
.env
|
|
|
|
/lib/generated/prisma
|
|
|
|
# Build outputs
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Testing and temporary files
|
|
*.log
|
|
*.tmp
|
|
test-*.sh
|
|
test-*.js
|
|
check-*.sh
|
|
*-test.sh
|
|
*-test.js
|
|
|
|
# Documentation (temporary/generated)
|
|
*_SUMMARY.md
|
|
*_STATUS.md
|
|
*_PROGRESS.md
|
|
*_CHECK.md
|
|
*_PLAN.md
|
|
*_COMPLETE.md
|
|
*_SUCCESS.md
|
|
*_VERIFICATION.md
|
|
部署脚本检查报告.md
|
|
问题修复总结.md
|
|
文档索引.md
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
# Uploads
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|