MatrixSynapse/.dockerignore

12 lines
122 B
Plaintext
Raw Normal View History

# ignore everything by default
*
# things to include
!docker
!synapse
!MANIFEST.in
!README.rst
!setup.py
**/__pycache__