Basic TCP connections

This commit is contained in:
Tony Bark 2025-02-18 14:29:18 -05:00
parent cd3ef1c3da
commit 60d28a2879
20 changed files with 968 additions and 30 deletions

15
.gitignore vendored
View file

@ -1,5 +1,5 @@
# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,macos,linux,windows
# Created by https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows,zig
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,visualstudiocode,macos,linux,windows,zig
### Godot ###
# Godot 4+ specific ignores
@ -111,4 +111,13 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows
### zig ###
# Zig programming language
zig-cache/
zig-out/
build/
build-*/
docgen_tmp/
# End of https://www.toptal.com/developers/gitignore/api/godot,visualstudiocode,macos,linux,windows,zig