Skip to content

Commit 94e06f2

Browse files
authored
Merge pull request #9 from foundersandcoders/CI/CD
Added .env.production to gitignore, removed some supabase vars
2 parents 20cb894 + 77284e7 commit 94e06f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pnpm-lock.yaml
2020
# Environment variables
2121
.env
2222
.env.*
23+
.env.production
2324
!.env.example
2425
!.env.test
2526

@@ -71,7 +72,4 @@ lerna-debug.log*
7172
.cache
7273

7374
# Supabase
74-
/supabase/*.env
75-
/supabase/dev.env
76-
/supabase/prod.env
7775
.vscode/settings.json

0 commit comments

Comments
 (0)