funquail/api/.dockerignore
2023-01-18 15:15:43 +01:00

12 lines
170 B
Text

# Exclude everything and allow only the necessary files
*
!/docker/
!/config/
!/funkwhale_api/
!/manage.py
!/poetry.lock
!/pyproject.toml
# Python
*.py[cod]
__pycache__