synapse/.dockerignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
122 B
Plaintext
Raw Normal View History

# ignore everything by default
*
# things to include
!docker
!synapse
!MANIFEST.in
!README.rst
!setup.py
**/__pycache__