diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-04 16:15:13 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-04 16:15:13 +0000 |
commit | 4e52f9699b941f7845c2d88fb11428a2c30de465 (patch) | |
tree | 85dd9e9b4a346e540b50b6c4ba64cf796d4239ef /.gitignore | |
parent | Move webclient to a python module so that it can be installed (diff) | |
download | synapse-4e52f9699b941f7845c2d88fb11428a2c30de465.tar.xz |
Update .gitignore to ignore config.js files in syweb/webclient.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b91b52b615..bd37f92dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ graph/*.svg graph/*.png graph/*.dot -webclient/config.js +**/webclient/config.js webclient/test/environment-protractor.js uploads |