Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Environment files hold keys (Supabase service role, Resend, …); never commit
# them. Covers .env, .env.production, supabase/functions/.env and the *.local
# variants. Only a placeholder-only example may be committed.
.env
.env.*
!.env.example

npm-debug.log*
yarn-debug.log*
Expand Down
Loading
Loading