Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Add .env.example to gitignore as well
  • Loading branch information
paribaker authored Oct 10, 2024
1 parent a16b513 commit 5d34bba
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 5d34bba

Please sign in to comment.