Skip to content

Commit

Permalink
Ensure git and Docker ignore .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sagepe committed May 25, 2022
1 parent efd3a47 commit 9ec08ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Vagrantfile
docker-compose.yml
production.yml
development.yml
.venv
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ DS_Store
data
.env
/src
.venv

# Deployment
conf/env.sh
Expand Down

0 comments on commit 9ec08ba

Please sign in to comment.