Skip to content

Commit bb95a68

Browse files
committed
Update .gitignore to include .env file without wildcard, ensuring better control over environment file tracking.
1 parent 3b8d3cb commit bb95a68

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_OPENROUTESERVICE_API_KEY=eyJvcmciOiI1YjNjZTM1OTc4NTExMTAwMDFjZjYyNDgiLCJpZCI6ImFmOGIxNmVhODNkODQ2NjA4MTljZWE0NWMwZDNhNWE4IiwiaCI6Im11cm11cjY0In0=

.env.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_OPENROUTESERVICE_API_KEY=eyJvcmciOiI1YjNjZTM1OTc4NTExMTAwMDFjZjYyNDgiLCJpZCI6ImFmOGIxNmVhODNkODQ2NjA4MTljZWE0NWMwZDNhNWE4IiwiaCI6Im11cm11cjY0In0=

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)