mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Reduce the amount of stuff we send in the docker context (#5564)
this makes docker builds a bit faster.
This commit is contained in:
parent
b1b8a24b63
commit
b2d2617c0d
2 changed files with 14 additions and 9 deletions
|
@ -1,9 +1,13 @@
|
||||||
Dockerfile
|
# ignore everything by default
|
||||||
.travis.yml
|
*
|
||||||
.gitignore
|
|
||||||
demo/etc
|
# things to include
|
||||||
tox.ini
|
!docker
|
||||||
.git/*
|
!scripts
|
||||||
.tox/*
|
!synapse
|
||||||
debian/matrix-synapse/
|
!MANIFEST.in
|
||||||
debian/matrix-synapse-*/
|
!README.rst
|
||||||
|
!setup.py
|
||||||
|
!synctl
|
||||||
|
|
||||||
|
**/__pycache__
|
||||||
|
|
1
changelog.d/5564.misc
Normal file
1
changelog.d/5564.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Reduce the amount of stuff we send in the docker context.
|
Loading…
Reference in a new issue