diff options
author | stuebinm | 2021-02-17 00:20:51 +0100 |
---|---|---|
committer | stuebinm | 2021-02-17 15:39:51 +0100 |
commit | 1936b18b6139d4519f607561c96834d061583cd5 (patch) | |
tree | 215c3381d468925dcd5030885baf1a4666a137bf /.gitignore |
initial commit
So far, it is fairly inefficient — for each message, the global
state of the application is changed (i.e. a read-write action
on a HashMap). Since clients can't change rooms after joining
anyways, this should probably be changed.
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..b5e3679 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist-newstyle/* |