chore: update .gitignore to track .env file and add .env.template
This commit is contained in:
5
.env.template
Normal file
5
.env.template
Normal file
@@ -0,0 +1,5 @@
|
||||
# Local PostgreSQL database URL
|
||||
DATABASE_URL=
|
||||
|
||||
# Supabase database URL
|
||||
SUPABASE_URL=
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,7 +31,7 @@ yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user