diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-23 16:08:43 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-23 16:08:43 +0000 |
commit | e6363857d04b5ae4594d5e3358763a6f3706cfc1 (patch) | |
tree | e9257919942378f6261720c64f7573d359301490 /.gitignore | |
parent | Actually treat this as static content, not random Resources. (diff) | |
download | synapse-e6363857d04b5ae4594d5e3358763a6f3706cfc1.tar.xz |
Add core registration html/js
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3899c5a250..960183a794 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ media_store/ build/ localhost-800*/ +static/client/register/register_config.js |