Skip to content

Commit

Permalink
Merge pull request #19 from codeuniversity/hotfix/gitignore-dotenv-venv
Browse files Browse the repository at this point in the history
fix: gitignore environment files in project root folder
  • Loading branch information
wherop authored Nov 12, 2024
2 parents d2b07cb + 9b047ee commit c6b8ab9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ celerybeat.pid
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
backend/.env
backend/.venv
backend/env/
Expand Down

0 comments on commit c6b8ab9

Please sign in to comment.