Skip to content

Commit e5dc750

Browse files
committed
chore: ignore any .env except examples
1 parent d4c0264 commit e5dc750

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ yarn-debug.log*
2929
yarn-error.log*
3030

3131
# local env files
32-
.env.docker
32+
.env
33+
.env.*
3334
.docker/*.env
34-
.env.local
35-
.env.development.local
36-
.env.test.local
37-
.env.production.local
35+
!.env.example
3836

3937
# turbo
4038
.turbo

0 commit comments

Comments
 (0)