diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-13 15:27:12 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-13 15:27:12 +0200 |
commit | f0333df1b2b6e0ef54a580668cb759a094b56010 (patch) | |
tree | 23ab445fa74e6c164a30d99983ac233a7f8959e7 /.gitignore | |
parent | 2bd7315f06025047639f1e4bf6ab73048ef3f2c5 (diff) |
Add initial login view and debug panel with tview
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ |