From ae82027a9bd4e75582f9499d4006b18c29a4129c Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 4 Nov 2024 21:38:50 +0200 Subject: Added basic TCP networking for the server. The client's networking is still very experimental and the actual protocol is not yet specified for either side. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a114ced --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.bsp +.idea +build.sbt +project +target +src/main/scala/.bsp +src/main/scala/.scala-build -- cgit v1.2.3