summary refs log tree commit diff
path: root/.dockerignore
blob: 73ae86fdb0d444b8f968e7891b16341ec8d99e9e (plain) (blame)
1
2
3
4
5
6
7
8
9
# ignore everything by default
*

# things to include
!docker
!synapse
!README.rst

**/__pycache__