Files
Notfellchen/.dockerignore
2024-04-13 02:12:37 +02:00

12 lines
141 B
Plaintext

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