0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-15 14:32:30 +01: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__