0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-26 11:38:57 +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__