1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-06 19:33:29 +00:00
synapse/.dockerignore

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

13 lines
130 B
Text
Raw Normal View History

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