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

# things to include
!docker
!synapse
!MANIFEST.in
!README.rst
!setup.py
!synctl

**/__pycache__