Skip to content

Commit 1bc0773

Browse files
Add rule .env.* to .gitignore
1 parent e16f867 commit 1bc0773

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ celerybeat.pid
179179
*.sage.py
180180

181181
# Environments
182+
# Local environment files may contain credentials
182183
.env
184+
.env.*
185+
!.env.example
183186
.venv
184187
env/
185188
venv/

0 commit comments

Comments
 (0)