Skip to content

Commit caed827

Browse files
committed
security: add .env patterns to .gitignore
1 parent 77a97a8 commit caed827

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,10 @@ build/
102102
# Windows
103103
Thumbs.db
104104
ehthumbs.db
105-
Desktop.ini
105+
Desktop.ini
106+
107+
# Environment files — never commit these
108+
.env
109+
.env.*
110+
*.env
111+

0 commit comments

Comments
 (0)