Skip to content

Commit

Permalink
Exclude .env.example in .gitignore (#358)
Browse files Browse the repository at this point in the history
The .env.example should NOT be ignored by default.
  • Loading branch information
paribaker authored Nov 9, 2024
1 parent a16b513 commit 6981b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ celerybeat-schedule
# Environments
.env*
!.env.local.example
!.env.example
.venv
env/
venv/
Expand Down

0 comments on commit 6981b60

Please sign in to comment.