summary refs log tree commit diff
path: root/.dockerignore
blob: 8eb1e4df8a9fea82a6e291a6e1b4472d34f51f9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ignore everything by default
*

# things to include
!docker
!synapse
!rust
!README.rst
!pyproject.toml
!poetry.lock
!build_rust.py

rust/target

**/__pycache__