mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-27 11:30:02 +00:00
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 ⏩
20 lines
221 B
Plaintext
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__
|