diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-17 19:18:12 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-17 19:18:12 +0300 |
commit | 8704265978572e60f8b04d89cec2f404f5ea4113 (patch) | |
tree | f1e272705c26ce2b0121d6fffccd60f98246b84d /.gitignore | |
parent | Add Visual Studio 2017 support (#336) (diff) | |
parent | Update build instructions (diff) | |
download | nheko-8704265978572e60f8b04d89cec2f404f5ea4113.tar.xz |
Merge branch 'e2ee'
- Support for e2ee rooms - Implement categories & file logging - Let the user know when the app can't reach the server (#93) fixes #13 fixes #326
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0b430f07..f5d113bf 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ package.dir # Dependencies .third-party +.deps |