1
0
Files
synapse/.dockerignore
David Robertson fa0086ef3f Attempt to use poetry env in docker container
Fix linter

Dockerfile tweaks
2022-03-14 12:16:12 +00:00

12 lines
128 B
Plaintext

# ignore everything by default
*
# things to include
!docker
!synapse
!README.rst
!pyproject.toml
!poetry.lock
**/__pycache__