diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-05-20 17:01:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-20 17:01:50 -0500 |
commit | c99c1051589a8370ae955bc21695343f87d6b8c1 (patch) | |
tree | bb9201cc2d9649bb3f2bc497fa503ed1fd6eba9e /.gitignore | |
parent | Merge remote-tracking branch 'origin/develop' into shhs (diff) | |
download | synapse-c99c1051589a8370ae955bc21695343f87d6b8c1.tar.xz |
SHHS - Room Join Complexity (#5072)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a84c41b0c9..702dd33eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ _trial_temp*/ /*.signing.key /env/ /homeserver*.yaml +/logs /media_store/ /uploads @@ -37,4 +38,3 @@ _trial_temp*/ /docs/build/ /htmlcov /pip-wheel-metadata/ - |