Files
lovelope/.gitignore
T
jeanGaston 0da6dc7810 fix(prisma): track migration SQL files in git
migration.sql was gitignored, so CI builds a Docker image from a
fresh clone with empty migration directories. prisma migrate deploy
then has nothing to apply, leaving the database schema-less on first
launch (P2021: table does not exist).
2026-07-30 17:32:40 +02:00

43 lines
471 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env*.local
!.env.example
# vercel
.vercel
# sqlite data (bind-mounted, contains real proposal data)
/data
# typescript
*.tsbuildinfo
next-env.d.ts
# local Claude Code tooling (skills, agent config) - not part of the app
/.claude