0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-20 16:48:56 +02:00
synapse/.dockerignore

11 lines
128 B
Text

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