Codebase list matrix-synapse / upstream/1.8.0 .dockerignore
upstream/1.8.0

Tree @upstream/1.8.0 (Download .tar.gz)

.dockerignore @upstream/1.8.0raw · history · blame

# ignore everything by default
*

# things to include
!docker
!scripts
!synapse
!MANIFEST.in
!README.rst
!setup.py
!synctl

**/__pycache__