Files
synapse/.dockerignore
2022-04-20 17:33:20 +01:00

12 lines
128 B
Plaintext

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