synapse/.dockerignore
Tulir Asokan ca90294c6f Add meow dockerfile
N.B. requires requirements.txt to be generated in repo root beforehand
2023-05-17 22:26:55 +03:00

20 lines
217 B
Plaintext

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