mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
# ignore everything by default
|
|
*
|
|
|
|
# things to include
|
|
!docker
|
|
!synapse
|
|
!rust
|
|
!README.rst
|
|
!pyproject.toml
|
|
!poetry.lock
|
|
!Cargo.lock
|
|
!build_rust.py
|
|
|
|
rust/target
|
|
synapse/*.so
|
|
|
|
**/__pycache__
|