mirror of
https://github.com/willchen96/mike.git
synced 2026-07-26 23:51:08 +02:00
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>
28 lines
459 B
Text
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/
|