Created
May 19, 2021 13:15
-
-
Save LondonAppDev/8d89fcbc43fb0a4c593263ce80b0cbe3 to your computer and use it in GitHub Desktop.
Template .dockerignore.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Git | |
.git | |
.gitignore | |
# Docker | |
.docker | |
# Python | |
app/__pycache__/ | |
app/*/__pycache__/ | |
app/*/*/__pycache__/ | |
app/*/*/*/__pycache__/ | |
.env/ | |
.venv/ | |
venv/ | |
# Local PostgreSQL data | |
data/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment