Skip to content

Commit 27ac45c

Browse files
committed
chore: remove Supabase CLI artifacts and gitignore them
The supabase/ folder (config.toml + .gitignore) was generated by `supabase init` and accidentally committed; it is local CLI state, not part of the suite. Remove it and add /supabase/ to .gitignore.
1 parent 18102d8 commit 27ac45c

3 files changed

Lines changed: 3 additions & 422 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
lerna-debug.log
66
**/__tests__/**/*.js
77
**/__tests__/**/*.test.d.ts
8+
9+
# Supabase CLI local artifacts (from `supabase init`/`supabase start`)
10+
/supabase/

supabase/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)