mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
18 lines
199 B
Text
18 lines
199 B
Text
# ignore everything by default
|
|
*
|
|
|
|
# things to include
|
|
!docker
|
|
!synapse
|
|
!rust
|
|
!README.rst
|
|
!pyproject.toml
|
|
!poetry.lock
|
|
!Cargo.lock
|
|
!Cargo.toml
|
|
!build_rust.py
|
|
|
|
rust/target
|
|
synapse/*.so
|
|
|
|
**/__pycache__
|