0.0.8.5
This commit is contained in:
+47
@@ -3,3 +3,50 @@ node_modules
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user