Files
synapse/.dockerignore
Eric Eastwood cf02d0d1d7 Align comments in .dockerignore with synapse-private pro branch (#20224)
See https://github.com/element-hq/synapse-private/blob/pro/.dockerignore

Spawning from https://github.com/element-hq/synapse-private/issues/169
where because we now have 'Synapse Variants' builds for the Synapse Pro
container images, we can revert our special `docker/` changes back to
match this repo. In this case, the new comments here make some sense so
let's keep it ⏩
2026-09-17 10:09:17 -05:00

20 lines
221 B
Plaintext

# ignore everything by default
*
# Things to include
!docker
!synapse
!rust
!README.rst
!pyproject.toml
!poetry.lock
!Cargo.lock
!Cargo.toml
!build_rust.py
# Things to re-ignore
rust/target
synapse/*.so
**/__pycache__