diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-05 17:36:09 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-05 17:36:09 -0700 |
commit | c80f7394617dcc44c3a608a3a51acde0f255f623 (patch) | |
tree | 104de39e938095f68212470410fc02f4cd40cbb3 /.gitignore | |
parent | Modified matrixService.register to specify if captcha results should be sent ... (diff) | |
download | synapse-c80f7394617dcc44c3a608a3a51acde0f255f623.tar.xz |
Added webclient config.js for storing recaptcha public key.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d2b93ef61f..dfe8dfedbf 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ graph/*.svg graph/*.png graph/*.dot +webclient/config.js + uploads |