mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
d5292b8017
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
# ignore everything by default
|
|
*
|
|
|
|
# things to include
|
|
!docker
|
|
!synapse
|
|
!rust
|
|
!README.rst
|
|
!pyproject.toml
|
|
!poetry.lock
|
|
!build_rust.py
|
|
|
|
rust/target
|
|
synapse/*.so
|
|
|
|
**/__pycache__
|