summary refs log tree commit diff
path: root/.dockerignore
blob: 1c6905b1bbb3cb8e14cf6ac8a0cf1786c37532b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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__