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>
This commit is contained in:
willchen96 2026-07-26 00:05:44 +08:00
parent f3173a9dba
commit fb3ec2d64f

4
.gitignore vendored
View file

@ -22,3 +22,7 @@ coverage
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/