summary refs log tree commit diff
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore22
1 files changed, 13 insertions, 9 deletions
diff --git a/.dockerignore b/.dockerignore

index 3c3996eb4c..f6c638b0a2 100644 --- a/.dockerignore +++ b/.dockerignore
@@ -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__