mirror of
https://github.com/willchen96/mike.git
synced 2026-07-26 23:51:08 +02:00
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:
parent
f3173a9dba
commit
fb3ec2d64f
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue