diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-03-15 21:05:20 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-03-15 21:05:20 -0300 |
commit | f46056bca47ec9373888a154209861acb6140e5a (patch) | |
tree | 12f7f0589729c7ca0bcd6011f4d330266578162d /.gitignore | |
parent | 7dfc24b445d96f46049ea680cd8b81e7200baa71 (diff) | |
parent | aeaedff0645cda9e5e45b58318ecbc0f7b2c0d88 (diff) |
Merge branch 'master' into socket-mtui
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9cc650e..8ee3731 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /node_modules /*.json +/mtui-socket-* !/.package.json !/.package-lock.json |