mirror of
https://git.tonybark.com/tonytins/legendsonline.git
synced 2025-06-25 08:04:44 -04:00
Basic TCP connections
This commit is contained in:
parent
cd3ef1c3da
commit
60d28a2879
20 changed files with 968 additions and 30 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue