Skip to content

Commit 4fd935b

Browse files
authored
Add .env file protection to .gitignore (#3847)
1 parent 24db3fb commit 4fd935b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ Thumbs.db
4747
# credentials
4848
.credentials/
4949

50+
# Environment variable files - may contain sensitive API keys, tokens, and passwords
51+
.env
52+
.env.*
53+
.env.*.local
54+
.env.backup
55+
.env.*.backup
56+
5057
coverage.html
5158
coverage/
5259
logs/

0 commit comments

Comments
 (0)