Skip to content

Commit

Permalink
Merge pull request #197 from reef-technologies/dockerignore
Browse files Browse the repository at this point in the history
add items from gitignore to dockerignore
  • Loading branch information
mjurbanski-reef authored Aug 7, 2024
2 parents 168f553 + 4fa85bf commit 22598ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
22 changes: 20 additions & 2 deletions {{cookiecutter.repostory_name}}/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
/db
/redis
*.pyc
*.sqlite3
*~
*.egg-info/
/docker-compose.yml
/.idea/
/redis/
/db/
/letsencrypt/
/nginx/
.env
.venv
venv
.backups/
.envrc
.pdm-python
.terraform.lock.hcl
.terraform/
.nox/
__pycache__
1 change: 1 addition & 0 deletions {{cookiecutter.repostory_name}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.idea/
/redis/
/db/
/letsencrypt/
.env
.venv
venv
Expand Down

0 comments on commit 22598ac

Please sign in to comment.