Skip to content

Commit

Permalink
dockerignore refactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Mar 7, 2024
1 parent 8d9d15a commit 731b2bc
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions api/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
# Exclude migrations folder
!/migrations/
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
.env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
# Ignore everything
*

# Allow files and directories
!/api
!/scripts
!/migrations
!/requirements.txt

0 comments on commit 731b2bc

Please sign in to comment.