diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-05 11:51:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-06-05 11:52:39 +0200 |
commit | 2bd1bf389d9ffc1e79722c70023b4b3e067e1523 (patch) | |
tree | ccd7d34448674c5544c6411f2bd6d25c2ff1f9d2 /.gitignore | |
parent | 91d3ea135ec27934a9b7f1c47b4ff3431a400ea3 (diff) | |
download | dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.tar.gz dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.tar.bz2 dabmod-2bd1bf389d9ffc1e79722c70023b4b3e067e1523.zip |
Add web UI
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,3 +21,6 @@ __pycache__/ *$py.class *.so .Python + +gui/logs/access.log +gui/logs/error.log |