Skip to content
Snippets Groups Projects
.dockerignore 139 B
# ignore everything by default
*

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

**/__pycache__