Skip to content
Snippets Groups Projects
.dockerignore 236 B
Newer Older
# ignore everything by default
*

# things to include
!docker
!synapse
!README.rst
!pyproject.toml
!poetry.lock

# TODO: remove these once we have moved over to using poetry-core in pyproject.toml
!MANIFEST.in