diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-07 00:22:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 00:22:23 +1000 |
commit | 2608ebc04c8b7ffb3417eeb720801d70ddc7dccd (patch) | |
tree | 44cf4eae9b110f8f59af56ea1e302676b0fb1083 /.gitignore | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-2608ebc04c8b7ffb3417eeb720801d70ddc7dccd.tar.xz |
Port handlers/ to Python 3 (#3803)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f42a7568f..1718185384 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ media_store/ build/ venv/ venv*/ +*venv/ localhost-800*/ static/client/register/register_config.js |