42 lines
460 B
Plaintext
42 lines
460 B
Plaintext
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js
|
|
.next/
|
|
|
|
# 环境变量
|
|
.env*
|
|
|
|
# Prisma
|
|
prisma/dev.db
|
|
prisma/*.sqlite
|
|
prisma/migrations/*/README.md
|
|
|
|
# 录音音频文件(如有)
|
|
public/recordings/
|
|
|
|
# 测试输出
|
|
coverage/
|
|
|
|
# Mac/Windows/Linux 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 日志
|
|
*.log
|
|
|
|
# 其他
|
|
*.local
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|
|
|
|
# 不要提交本地构建产物
|
|
out/
|
|
|
|
# 不要提交 docker 挂载的持久化数据
|
|
*.pid
|