SolyQuiz/.dockerignore
corenthin-lebreton 3548eabf68 Dockerfile modif2
2026-02-26 22:17:14 +01:00

49 lines
1.7 KiB
Plaintext

# ─── Dépendances ───────────────────────────────────────────
node_modules
.pnp
.pnp.js
# ─── Artefacts de build ────────────────────────────────────
.next
out
dist
# ─── Outils de développement ───────────────────────────────
.git
.gitignore
.github
.vscode
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ─── Secrets locaux — jamais dans l'image ──────────────────
# Les valeurs NEXT_PUBLIC_* passent via --build-arg / docker-compose
# Les secrets (SERVICE_ROLE_KEY) sont injectés au runtime via --env-file
.env
.env.*
!.env.local.example
# ─── Tests / CI ────────────────────────────────────────────
coverage
.nyc_output
__tests__
*.test.ts
*.spec.ts
# ─── Documentation ─────────────────────────────────────────
*.md
# ─── Docker ────────────────────────────────────────────────
docker-compose.yml
docker-compose*.yml
# ─── Supabase (migrations locales) ─────────────────────────
supabase/
# ─── Divers ────────────────────────────────────────────────
.DS_Store
Thumbs.db
quiz-example.json