diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 7809863ef3..8eb1e4df8a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,8 +4,12 @@ # things to include !docker !synapse +!rust !README.rst !pyproject.toml !poetry.lock +!build_rust.py + +rust/target **/__pycache__ |