0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-25 02:59:00 +02:00
synapse/.dockerignore

12 lines
146 B
Text

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