1
0

Reduce the amount of stuff we send in the docker context (#5564)

This commit is contained in:
Andrew Morgan
2020-02-14 10:52:51 +00:00
2 changed files with 14 additions and 9 deletions

View File

@@ -1,9 +1,13 @@
Dockerfile
.travis.yml
.gitignore
demo/etc
tox.ini
.git/*
.tox/*
debian/matrix-synapse/
debian/matrix-synapse-*/
# ignore everything by default
*
# things to include
!docker
!scripts
!synapse
!MANIFEST.in
!README.rst
!setup.py
!synctl
**/__pycache__

1
changelog.d/5564.misc Normal file
View File

@@ -0,0 +1 @@
Reduce the amount of stuff we send in the docker context.