From fb3ec2d64fa2f7599cae12a6542ca8f8cbd6c71b Mon Sep 17 00:00:00 2001 From: willchen96 Date: Sun, 26 Jul 2026 00:05:44 +0800 Subject: [PATCH] chore: gitignore the local Supabase scaffold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index bfde53be..f38b4a97 100644 --- a/.gitignore +++ b/.gitignore @@ -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/