fonts-vault/.gitignore
bo.yu a6d3c5f306
Some checks are pending
gitleaks 密钥泄露扫描 / gitleaks (push) Waiting to run
chore: 更新环境配置与缓存策略
将生产环境变量移至单独的 .env.production 文件
为登录页和管理员路由添加 no-store 缓存控制头
移除 .gitignore 中的 .env.production 忽略项
2026-03-12 14:42:21 +08:00

55 lines
619 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env.development
.env.local
.trae
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# database
/data/*.db
/data/*.db-shm
/data/*.db-wal
# logs
/logs
*.log
# Docker
docker-compose.override.yml