mike/.gitignore
willchen96 fb3ec2d64f chore: gitignore the local Supabase scaffold
backend/supabase/ is supabase-init output used only by the local e2e
stack; CI scaffolds its own fresh copy each run, so it must not be
committed — hide it from status/source-control noise.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 00:05:44 +08:00

28 lines
459 B
Text

node_modules
.next
dist
out
build
.open-next
.env
.env.*
!.env.example
!.env.local.example
*.log
*.raw-llm-stream.json
*.tsbuildinfo
next-env.d.ts
.DS_Store
.vercel
coverage
# Playwright artifacts and the bootstrapped e2e session (contains auth tokens)
test-results/
playwright-report/
e2e/.auth/
# Local Supabase scaffold (supabase init output) — the local stack is a test
# harness only; CI scaffolds its own fresh copy on every run
backend/supabase/