funkwhale/api/.dockerignore

13 wiersze
171 B
Plaintext
Czysty Zwykły widok Historia

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